priCurrentRec - Report
Contains the RowId of the current valid record found
Type: Property
Access: Read/Write
Data Type: RowID
Parameters: None
Syntax
Property RowID priCurrentRec
| Access Type | Syntax |
|---|---|
| Read Access: | Get priCurrentRec to RowIDVariable |
| Write Access: | Set priCurrentRec to RowIDVariable/Value |
Description
priCurrentRec contains the RowId of the current valid record found. Normally priFoundRec and priCurrentRec will be the same. In situations where you use the selection function to filter records, the priCurrentRec will be the current valid record found and priFoundRec will be the current record found. If no_finding_state is true then this property is not maintained.