ENDPAGINGSEQUENCE |
DEVELOPER |
|
|
Purpose |
.EndPagingSequence allows you to retrieve the last Paging Sequence record number displayed in a Paging Cycle. |
Syntax |
Variable = ObjectReference .EndPagingSequence |
Operation |
ObjectReference is the Tag Name of the Paging Cycle object |
Remarks |
This property returns the Paging Sequence number of the last record displayed on a Paging Cycle. The value of the property is determined by the starting Paging Sequence number (.StartPagingSequence or @SPSEQ), the number of records per Paging Cycle, and the number of selected records in the file after the first one displayed. |
Example |
To retrieve the paging sequence record number of the record at the bottom of the screen whose Tag Name is "OrderScreen": #BottomOrder = OrderScreen.EndPagingSequence |
Topic ID: 510055