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

SchdConfigNumRecords

The SchdConfigNumRecords 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 SchdConfigOpen function.

Syntax

LONG SchdConfigNumRecords(LONG Session)

Session:

The handle to a browse session previously returned by the SchdConfigOpen call

Return Value

Returns number of records. 0 means no records were found.

Related Functions

SchdConfigOpen,SchdConfigClose, SchdConfigFirst,SchdConfigNext,SchdConfigPrev, SchdConfigGetField, SchdOpen, SchdClose, SchdFirst,SchdNext, SchdPrev,SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify, ScheduleItemDelete

See Also

Scheduler Functions

Published June 2018