Purpose

.AllowSelection allows you to specify whether more than one row, or a rectangular region of fields, can be selected in a Paging Cycle.
 

Syntax

ObjectReference.AllowSelection = 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 FALSE unless .SmoothModeSwitch is TRUE, in which case AllowSelection is set to TRUE and cannot be overridden.  

Enabling this property does not enable record highlighting automatically.  This must be done by setting .HighlightRecord, and optionally, .HighlightColor.
 

Example

To set the .AllowSelection property of a Paging Cycle whose Tag Name is OrderScreen:

OrderScreen.AllowSelection = TRUE
 

Comment on this topic

Topic ID: 510034