Cicode Programming Reference > Cicode Function Categories > Equipment Database Functions > EquipRefBrowseNext

EquipRefBrowseNext

The EquipRefBrowseNext 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).

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT EquipRefBrowseNext(LONG Session)

Session

The handle to a browse session previously returned by a EquipRefBrowseNext call.

Return Value

0 (zero) if the equipment reference database browse session exists, otherwise an error is returned.

Related Functions

EquipRefBrowseClose, EquipRefBrowseFirst, EquipRefBrowseGetField, EquipRefBrowseNumRecords, EquipRefBrowseOpen, EquipRefBrowsePrev, EquipCheckUpdate, EquipGetProperty

See Also

Equipment Database Functions

Published June 2018