Parameter | Description |
---|---|
iFile | Table number for which the record id should be generated |
sRecordId | String with record ID |
rRowId (ByRef) | Will be filled with the RowId of the record |
True if succesful (False if invalid record id / record not found).
Function HashRecordIdToRowId Integer iFile String sRecordId RowId ByRef rRowId Returns Boolean
Call: | Get HashRecordIdToRowId iFile sRecordId (&rRowId) to BooleanVariable |
Converts a record ID generated with GenerateStateHashRecordId back into a RowId.
To do this, the function might find the record in the global record buffer. If the record cannot be found or the format of the record ID is invalid, returns False.