Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListBox And Textbox
Message
From
15/09/1999 11:29:04
 
 
To
15/09/1999 11:05:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00264964
Message ID:
00264991
Views:
28
>How to link the textbox to listbox? what I mean is when I key in something in the textbox, then record in the listbox will highlighted and point to that particular record that what i have entered.
>Thanks
Why not use a combobox? It behaves the way you want with incremental search set to true. One way to link the textbox is by adding code to the interactivechange event of the textbox. When it fires, take its value and search the listbox, appropriately selecting the first matching ocurrence.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform