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

SchdSpecialNext

This function places the data browse cursor at the next available record. This function uses iSession as the argument which is previously returned by the SchdSpecialOpen function. This function will return an EOF error code 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 SchdSpecialNext(LONG Session)

Session:

Current special day group browsing session obtained by SchdSpecialOpen

Return Value

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

Related Functions

SchdSpecialOpen, SchdSpecialFirst, SchdSpecialClose, SchdSpecialPrev, SchdSpecialGetField, SchdSpecialNumRecords

See Also

Scheduler Functions

Published June 2018