CONFIRMONDELETE |
DEVELOPER |
|
|
||
Purpose |
.ConfirmOnDelete allows you to specify whether the user is asked to confirm a record deletion in a Paging Cycle.
|
||
Syntax |
ObjectReference.ConfirmOnDelete = Value |
||
Operation |
ObjectReference is the Tag Name of the Paging Cycle object |
||
Remarks |
The value of this property can only be set, not retrieved. |
||
Example |
To set the .ConfirmOnDelete property of a Paging Cycle whose Tag Name is OrderScreen, to ensure the user is asked for confirmation of deletion operations: OrderScreen.ConfirmOnDelete = TRUE |
Topic ID: 510044