Purpose

.ConfirmOnDelete allows you to specify whether the user is asked to confirm a record deletion in a Paging Cycle.

Note: You must also enable .AllowSelection for .ConfirmOnDelete to work correctly.

 

Syntax

ObjectReference.ConfirmOnDelete = Value
 

Operation

ObjectReference is the Tag Name of the Paging Cycle object
Value
is
TRUE or 1, FALSE or 0
 

Remarks

The value of this property can only be set, not retrieved.

The default is TRUE.
 

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
 

Comment on this topic

Topic ID: 510044