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

SchdConfigNext

The SchdConfigNext function places the data browse cursor at the next available record. This function will return an error if called when the data cursor is at end of the records.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT SchdConfigNext(LONG Session)

Session:

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

Return Value

0 (zero) if the browsing session exists, otherwise an error code is returned.

Related Functions

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

See Also

Scheduler Functions

Published June 2018