Purpose

.HighlightRecord allows you to specify whether the current record on a Paging Cycle object will be highlighted with a horizontal bar.
 

Syntax

ObjectReference.HighlightRecord = 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 unless .HighlightColor has been set.

The colour of the highlight bar is either the Windows default colour, or that specified by HighlightColor.  If .HighlightColor is set, then .HighlightRecord is automatically set to TRUE .
 

Example

To set the .HighlightRecord property of a paging cycle whose Tag Name is OrderScreen:

OrderScreen.HighlightRecord = TRUE
 

Comment on this topic

Topic ID: 510064