CURPAGINGSEQUENCE |
DEVELOPER |
|
|
Purpose |
.CurPagingSequence allows you to specify or retrieve the currently selected Paging Sequence record number in a Paging Cycle. |
Syntax |
Setting: ObjectReference.CurPagingSequence= Value |
Operation |
ObjectReference is the Tag Name of the Paging Cycle object |
Remarks |
Retrieving the value of this property will retrieve the value in @PSEQ, the Paging Sequence record number in the Paging Cycle. Once the value has been used to select a record, the value of the property will be cleared. Therefore if you set the property value and, in the same logic, retrieve the value, the two values will not match because the screen has not yet been repainted. The RefreshPage() method cannot help, as it can only be executed in File Write No Error logic. |
Example |
To retrieve the Paging Sequence record number of the currently selected record in the Paging Cycle whose Tag Name is "OrderScreen": To set the first Paging Cycle record to be displayed in the same screen before the screen has been displayed: |
Topic ID: 510046