There are many logic properties and methods that apply to paging screens, some applicable to Smooth Paging. The ones listed below cannot be set initially, so are not included in the Smooth Page property sheet section. For others, look in that section.

CurPagingSequence - This can be used to set or get the sequence number of the current record in the paging list to be displayed.

EndPagingSequence - This can be used to get the last sequence number of the paging list, therefore the number of records in the list.

ForceWrite - This method will enforce that the current paging record is written, regardless of keyboard entry.

RefreshPage - This method causes the paging screen to be redisplayed. Refresh can be executed only in file write no error logic in the current paging cycle.

StartInNavigation - In Change mode, if CurPagingSequence or StartPagingSequence have been set, then by default the cursor will be placed on the first editable field of the current record. If StartInNavigation is set, then the cursor will be placed on the navigation field instead.

StartPagingSequence - This can be used to set the first sequence number in the paging list to be displayed.

Comment on this topic

Topic ID: 500250