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

SchdNumRecords

The SchdNumRecords function returns the number of records that matchthe current filter criteria.

Syntax

LONG SchdNumRecords(LONG Session)

Session:

The handle to a browse session previously returned by the SchdOpen call.

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

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

See Also

Scheduler Functions

Published June 2018