HashRecordIdToRowId - cWebView
Converts a record ID generated with GenerateStateHashRecordId back into a RowId
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| iFile | Integer | Table number for which the record id should be generated |
| sRecordId | String | String with record ID |
| ByRef rRowId | RowID | Will be filled with the RowId of the record |
Syntax
Function HashRecordIdToRowId Integer iFile String sRecordId ByRef RowID rRowId Returns Boolean
Call Example
Get HashRecordIdToRowId iFile sRecordId rRowId to BooleanVariable
Description
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.
Return Value
True if succesful (False if invalid record id / record not found).