Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile Constants in a TEXT clause
Message
 
 
To
03/11/2008 05:33:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01359091
Message ID:
01359102
Views:
27
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform