Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box selection
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00253829
Message ID:
00253940
Views:
15
If Dale and Jim haven't hit the right solutions (there advice was excellent) remember that the computer processes your keystrokes in the Incremental Search as if they were 'double clicks' with the mouse. If your double-click speed is set too fast in Windows you won't be able to type fast enough for the incremental search to work. If each keystroke starts another search ('0' goes to the first '0' value, then typing '1' goes to 1.... instead of 01....) this is the problem.

Change the _dblclick speed in the GotFocus() and return it to normal in the LostFocus().

HTH
Barbara

>Hello Everyone.
>
>I have a form which contains a combo box from which I would like
>to select data by typing in the textbox of the combobox. The data
>is of type character & the combobox only contains a single column.
>
>At the moment, the selection of data is only successful if I type
>in the complete string as it appears in the table. I would like to
>be able to type in the value partially and have the cursor move to
>the first occurrance of the string. For example if I type "0" the
>cursor should move to the first record containg a zero as the first
>character, and if I then type "1" the cursor should move to
>the first occurrance of :- "01........."
>
>I have checked to ensure that the incrementalsearch property is set to true.
>
>I would be very grateful if someone could point me in the right direction.
>
>Thank you in advance
>
>
>
>
>Omran
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform