ServerBrowseNext
The ServerBrowseNext function moves the data browse cursor forward one record. If you call this function after you have reached the end of the records, error 412 is returned (Databrowse session EOF).
Syntax
ServerBrowseNext(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 is returned.
Related Functions
ServerBrowseClose, ServerBrowseFirst, ServerBrowseGetField, ServerBrowseNumRecords, ServerBrowseOpen, ServerBrowsePrev
See Also