SchdSpecialFirst
- Last UpdatedFeb 19, 2024
- 1 minute read
The SchdSpecialFirst function places the data browse cursor at the first record. This function uses Session as the argument which is previously returned by the SchdSpecialOpen function.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
INT SchdSpecialFirst(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, SchdSpecialClose, SchdSpecialNext, SchdSpecialPrev, SchdSpecialGetField, SchdSpecialNumRecords