Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile Constants in a TEXT clause
Message
 
À
03/11/2008 05:33:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01359091
Message ID:
01359102
Vues:
26
>Out of curiousity, did my first suggestion work, or did you use a variable?

In fact the twoo solutions are good...:)
#DEFINE CSJ_LOC				3
=test165()
=test166()

FUNCTION test165()
 
 ccondit1 = "On verra"

 TEXT To conditionFiltre NOSHOW TEXTMERGE PRETEXT 15
 		<<ccondit1>> AND <<CSJ_LOC>>
 ENDTEXT


 WAIT WINDOW conditionFiltre
ENDFUNC

FUNCTION test166()
 
 ccondit1 = "On verra"

 TEXT To conditionFiltre NOSHOW TEXTMERGE PRETEXT 15
 		<<ccondit1>> AND CSJ_LOC
 ENDTEXT


 WAIT WINDOW conditionFiltre
ENDFUNC
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform