SMOOTHMODESWITCH

 

 

Purpose

.SmoothModeSwitch allows you to specify whether more streamlined methods of mode changing are enabled in a Paging Cycle object.
 

Syntax

ObjectReference.SmoothModeSwitch = Value
 

Operation

ObjectReference is the Tag Name of the paging cycle object
Value
is the setting for the property (TRUE or 1, FALSE or 0)
 

Remarks

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

The default is FALSE.
 

Example

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

OrderScreen.SmoothModeSwitch = TRUE
 

Comment on this topic

Topic ID: 510089