Kbase P67946: How can I suppress the "Do you wish to delete the current record?" ADM2 message?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/10/2004 |
|
Status: Unverified
GOAL:
How can I suppress the "Do you wish to delete the current record?" ADM2 message?
GOAL:
How can I avoid all the fields to be displayed in "Do you wish to delete the current record?" ADM2 message?
FACT(s) (Environment):
Progress 9.1D
FIX:
In order to satisfy this request a Development request (20020607-031) has been logged. This new feature has been introduced in 9.1D01.
In order to achieve this, new properties as SDO instance properties have been introduced:
- PromptOnDelete
- PromptColumns
PromptOnDelete
(instance property for SDO) Flag whether to prompt for a delete action (behavior introduced with 9.1D and Dynamics). Default is YES
PromptColumns
(instance property for SDO) Select which fields to display when being prompted e.g. deleting a record
Values:
None - Display no fields (default for 9.1D ProVision)
All - All fields in the SDO (default for Dynamics)
Dynamics Security is applied
Select Fields - A comma delimited list of field names
By modifying these two instance properties you can achieve the behavior you prefer. In order to do that:
1) Click on the SDO on your window.
2) Select "instance properties"
3) Change the option you have in the 'Display Field for Prompt' box.