HashRecordIdToRowId - cWebView

Converts a record ID generated with GenerateStateHashRecordId back into a RowId

Type: Function

Return Data Type: Boolean

Parameters: Integer iFile String sRecordId RowId ByRef rRowId

ParameterDescription
iFileTable number for which the record id should be generated
sRecordIdString with record ID
rRowId (ByRef)Will be filled with the RowId of the record


Return Value

True if succesful (False if invalid record id / record not found).


Syntax
Function HashRecordIdToRowId Integer iFile String sRecordId RowId ByRef rRowId Returns Boolean

Call: 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.