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

SchdConfigFirst

The SchdConfigFirst 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 SchdConfigFirst(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, SchdConfigNext,SchdConfigPrev, SchdConfigGetField, SchdConfigNumRecords,SchdOpen, SchdClose, SchdFirst, SchdNext, SchdPrev,SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify, ScheduleItemDelete

See Also

Scheduler Functions

Published June 2018