Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting Keys Clicked in a Incremental Combo Box
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00759531
Message ID:
00759545
Views:
24
I assume you need to go to second ComboBox automatically after entering two letters into Combo1.

Set Combo1.InputMask to "XX"
To Combo1.Lostfocus add:
...Combo2.Setfocus()


>I have a form with an incremental searching Combo Box. The longest value displayed in the Box is 2 characters.
>
>I would like to set the focus to another control (which happens to be another Combo Box with incremental search on) after two keys have been pressed.
>
>How would I do this?
>
>Thanks in advance,
>
>Michael
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform