Skip to content

CurrentRowHasRecord - DataList_

Determines if the current row of the object has a current record

Type: Property
Access: Read-Only
Data Type: Boolean
Parameters: None

Syntax

Property Boolean CurrentRowHasRecord
Access Type Syntax
Read Access: Get CurrentRowHasRecord to BooleanVariable

Description

boolean bHasRecord
Get CurrentRowHasRecord of oCustomerGrid to bHasRecord

CurrentRowHasRecord is used to determine if the object's current row has a current record. This can be used to determine, for example, if a find operation succeeded.

It can also be used to determine if a save will result in a new record save (if CurrentRowHasRecord is false) or an edit of an existing record (if CurrentRowHasRecord is true).