Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlmTagsFirst

AlmTagsFirst

This command is now deprecated. Use AlmBrowseFirst function instead.

The AlmTagsFirst function places the data browse cursor at the first record.

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

Syntax

AlmTagsFirst(iSession)

iSession:

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

Return Value

0 (zero) if the alarm browse session exists, otherwise an error code is returned.

Related Functions

AlmTagsAck, AlmTagsClear, AlmTagsDisable, AlmTagsEnable, AlmTagsClose, AlmTagsGetField, AlmTagsNext, AlmTagsNumRecords, AlmTagsOpen, AlmTagsPrev

See Also

Alarm Functions

Published June 2018