Parameter | Description |
---|---|
iFile | Number of the table in the current filelist |
riId | The RowId record identity of the record to read |
Function ReadByRowIdEx Integer iFile RowId riId Returns Boolean
Call: | Get ReadByRowIdEx iFile riId to BooleanVariable |
ReadByRowIdEx works just like ReadByRowId, except that it does not raise a find error and returns whether the operation was a success.
Success means the message did what it should, which may not mean that a record was found. If passed a null RowId, it will do a clear, set Found to False, but return True - because the operation was a success.
If it returns False, there is a good chance your record was deleted by someone else.