Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort through a list like VFP help index
Message
 
To
23/12/2003 10:35:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00861628
Message ID:
00861643
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
In the InteractiveChange event of the TextBox:
 old_near  = SET("NEAR")
 old_exact = SET("EXACT")
 SET NEAR ON
 SET EXACT OFF
 SEEK this.Value IN YourTable TAG TagofNames
 thisform.ListBox.Value = YourTable.Name
 SET NEAR  &old_near
 SET EXACT &old_exact
This will work If You are Index the tabe by names, if You don't You may use LOCATE ;o(((( or LOOKUP function.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform