Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > SchdSpecialItemNumRecords

SchdSpecialItemNumRecords

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, SchdSpecialItemGetField, SchdSpecialItemFirst

See Also

Scheduler Functions

Published June 2018