Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select table name from Combo
Message
 
À
23/06/2005 03:25:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01025722
Message ID:
01025731
Vues:
17
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform