Purpose

.NoNavigationField specifies whether the first column on a Paging Cycle is treated as a navigation field.

Syntax

Setting:          ObjectReference.NoNavigationField = Value

 

Operation

ObjectReference is the Tag Name of the Paging Cycle. It cannot be a variable and it is case sensitive.
Value
is a variable with value of TRUE or 1, FALSE or 0
 

Remarks

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

If the property is set to TRUE, the first column of the Paging Cycle is not treated as a navigation field and none of the standard navigation features work. Navigation must be done by using the scroll bar, or via the navigation features that are enabled if .SmoothModeSwitch is set TRUE. If neither of these features are set, the setting of this property is ignored.

Note that EOD or CANCEL from the first editable field will exit the screen if .NoNavigationField is set to TRUE.

The default is FALSE.

 

Example

To set the .NoNavigationField property of a Paging Cycle called "OrderScreen":

OrderScreen.NoNavigationField = TRUE
 

Comment on this topic

Topic ID: 510129