Skip to content

pbFindOnSelect - cDbCJGridColumnSuggestion

Determines whether to perform a find in a data-aware control on tag selection

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

Syntax

Property Boolean pbFindOnSelect
Access Type Syntax
Read Access: Get pbFindOnSelect to BooleanVariable
Write Access: Set pbFindOnSelect to BooleanVariable/Value

Description

If True and the selection source (cSelectionSource) is data-aware and bound to the same table as the control itself, it will perform a find by rowid.

Defaults to True.