Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IncrementalSearch Doesn't Work
Message
From
08/07/2002 15:02:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00676188
Message ID:
00676289
Views:
11
Since you are forcing Uppercase entry with the InputMask, it may be a good idea to load the data uppercase too. i.e.
RowSource = "SELECT UPPER(StatName) FROM Station ORDER BY StatName INTO CURSOR Temp1"

Rick

>I have a combobox on a form with the following settings:
>
>
>IncrementalSearch = .T. (Default)
>InputMask = "!!!!!!!!!!"
>RowSource = "SELECT StatName FROM Station ORDER BY StatName INTO CURSOR Temp1"
>RowSourceType = 3 - SQL Statement
>
>
>Yet when I type stuff into the combo, it does not search. There are
>values in the list which should result in a match.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform