Control Object Properties
FindOptions$ |
FindItemText Control Settings |
Description
FindItemText control settings
This property is used to control how the 'FindItemText will search the data in the grid or report view.
It can have one of the following characters specified in its value:
Char. |
Function |
C |
Search is case insensitive. |
A |
Accents will be ignored when comparing data. |
W |
Search should start from current position and wrap around. |
* |
Match is for data anywhere in the text (cannot be used with Sort option). |
S |
Data is sorted. |
R |
Search backwards. |
I |
(Uppercase "i") In a list box with a bitmap, include the name of the bitmap in the search. | |
(The FindOptions$ property was added in PxPlus v11.00.)
(The "I" option was added in PxPlus 2023.)
See Also
'FindItemText$
'FindColNo
Default
Default value is "" (no options specified).
Used By
GRID • REPORT_VIEW