AlmTagsNext
- Last UpdatedApr 15, 2024
- 1 minute read
Note: This command is now deprecated. Use AlmBrowseNext function instead.
The AlmTagsNext 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 AlmTagsNext(iSession)
iSession:
The handle to a browse session previously returned by a AlmTagsOpen call.
Return Value
0 (zero) if the browse has successfully been moved to the next record, otherwise an error code is returned.
Related Functions
AlmTagsAck, AlmTagsClear, AlmTagsEnable, AlmTagsClose, AlmTagsFirst, AlmTagsGetField, AlmTagsNumRecords, AlmTagsOpen, AlmTagsPrev