GenerateStateHashRecordId - cWebView

Generates a record ID that is used in a view state hash

Type: Function

Return Data Type: String

Parameters: Integer iFile RowId rRowId

ParameterDescription
iFileTable number for which the record id should be generated
rRowIdRowId of the record for which the record id should be generated


Return Value


Syntax
Function GenerateStateHashRecordId Integer iFile RowId rRowId Returns String

Call: Get GenerateStateHashRecordId iFile rRowId to StringVariable


Description

Generates a record ID that is used in a view state hash. This state hash is used in the generation of URLs. This function is called each time a view state hash with a record ID is generated.

Note that in the drill-down model, iFile does not always have to point to the main file, as it is determined based on the navigation data of the next view in the view stack.

See Also

CurrentRowId