Skip to content

Current_Rec - Report

Contains the record number of the current valid record found

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Current_Rec
Access Type Syntax
Read Access: Get Current_Rec to IntegerVariable
Write Access: Set Current_Rec to IntegerVariable/Value

Description

Obsolete

This method is obsolete, use priCurrentRec

Current_rec contains the record number of the current valid record found. Normally found_rec and current_rec will be the same. In situations where you use the selection function to filter records, the current_rec will be the current valid record found and found_rec will be the current record found. If no_finding_state is true then this property is not maintained.