SchdFirst
- Last UpdatedJul 18, 2023
- 1 minute read
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
SchdClose, SchdConfigOpen, SchdConfigClose, SchdConfigFirst, SchdConfigNext, SchdConfigPrev, SchdConfigGetField, SchdConfigNumRecords, SchdOpen, SchdNext, SchdPrev, SchdGetField, SchdNumRecords, ScheduleItemAdd, ScheduleItemSetRepeat, ScheduleItemModify, ScheduleItemDelete