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

SchdSpecialNumRecords

The SchdSpecialNumRecords 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 SchdSpecialOpen function.

Syntax

LONG SchdSpecialNumRecords(LONG Session)

Session:

Current special day group browsing session obtained by SchdSpecialOpen

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

SchdSpecialOpen, SchdSpecialFirst, SchdSpecialNext, SchdSpecialPrev, SchdSpecialGetField, SchdSpecialClose

See Also

Scheduler Functions

Published June 2018