Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00017950
Message ID:
00019087
Views:
35
>>Does anybody know how to use the combo boxes to search a table so that the only values shown in the list match the value entered at the keyboard?
>>
>>e.g When you type 'A' all the values in the database begining with A are returned. If you then type 'N' all the values starting with 'AN' are returned.
>>
>>At the moment when i do this only the first letter is used to search and you can't see what is typed.
>>
>>The control in Access seems to work properly, is there another control i can use or does anyone know any code which will enable me to perform the task mentioned?
>>
>>thx in advance
>
>In the INIT Method for the form, type the following line in...
>
>_dblclick=1.5
>
>This will set the rate up on the frequency the input is tested for and acted upon. The higher the number, the more often it will be checked - but I've heard that it may slow down system performance if left to high.

If it slows down performance, then why not put it into the GotFocus and set it back to the default in the LostFocus? Then the Combo Box gets the benefit but nothing else is slowed down.

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform