Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get result from 3 tables
Message
 
À
09/02/2011 14:18:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01499447
Message ID:
01499537
Vues:
31
I would additionally textmerge your "thisform.text25.value" in the SQL-Select. When the SQL processes it is expecting queries based on a table.field basis. When you throw at it a thisform.text25.value it sometimes gets confused... You might want to change like

lcFormValue = trim( Thisform.text25.Value )

then in your WHERE,

WHERE ATC( "{{lcFormValue}}", SDISC ) > 0

(using curly brackets above for post... prevented from using angled brackets)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform