Language Reference Guide : 4. System Classes : ListField Class : HasSingleCharFind Attribute
 
Share this page                  
HasSingleCharFind Attribute
Data Type: smallint
4GL Access: RW
The HasSingleCharFind attribute lets end users set a list field's selection to the next row whose value begins with the character they type.
Valid values are:
TRUE
Specifies that the search for a single character is turned on. This setting is valid only if the list field has a bias of Changeable.
FALSE
Specifies that the search for a single character is turned off
Default: TRUE
For more information about using the HasSingleCharFind attribute, see the Programming Guide.