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

SchdFirst

The SchdFirst function places the data browse cursor at the first record.

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

Syntax

INT SchdFirst(LONG Session)

Session:

The handle to a browse session previously returned by the SchdOpen 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, SchdNext, SchdPrev,SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify, ScheduleItemDelete

See Also

Scheduler Functions

Published June 2018