ServerBrowseFirst
- Last UpdatedFeb 02, 2024
- 1 minute read
The ServerBrowseFirst function places the data browse cursor at the first record.
Syntax
ServerBrowseFirst(iSession)
iSession:
Handle to a browse session previously opened by a ServerBrowseOpen call.
Return Value
0 (zero) if the server browse session exists, otherwise an error code is returned.
Related Functions
ServerBrowseClose, ServerBrowseGetField, ServerBrowseNext, ServerBrowseNumRecords, ServerBrowseOpen, ServerBrowsePrev
Example
INT iReturn = ServerBrowseFirst(hServers);