Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select table name from Combo
Message
 
To
23/06/2005 03:25:44
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01025722
Message ID:
01025731
Views:
18
Check to see what is the real value of the Combo.
db1=alltrim(thisform.combo2.value)
WAIT WINDOW db1

m.PhoneVar = thisform.text1.value 
select *;
from &db1.;
where &db1..Phone=m.PhoneVar;
into cursor abc
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