SchdSpecialItemNumRecords
- Last UpdatedJul 18, 2023
- 1 minute read
The SchdSpecialItemNumRecords function returns the number of records that match the current filter criteria. This function uses iSession as an argument which is previously returned by the SchdSpecialItemOpen function.
Syntax
LONG SchdSpecialItemNumRecords(LONG Session)
Session:
Current special day group browsing session obtained by SchdSpecialItemOpen.
Return Value
The number of records that have matched the filter criteria. A value of 0 denotes that no records have matched. A value of -1 denotes that the browse session is unable to provide a fixed number. This may be the case if the data being browsed changed during the browse session.
Related Functions
SchdSpecialItemOpen, SchdSpecialItemClose, SchdSpecialItemNext, SchdSpecialItemPrev, SchdSpecialItemFirst