Error getting tags :
error 404Error getting tags :
error 404
revQueryIsAtEnd(recordSetID)
repeat until revQueryIsAtEnd(tCursor)
...
revMoveToNextRecord tCursor
end repeat
Use the revQueryIsAtEnd function to stop when you reach the end of a record set.
Parameters
The recordSetID is the number returned by the revQueryDatabase function when the record set was created
Values
The revQueryIsAtEnd function returns true if the revMoveToNextRecord command has been called with the cursor pointing to the last record.
Comments
If the operation is not successful, the revQueryIsAtEnd function returns an error message that begins with the string "revdberr"