Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding quotes to a string
Message
From
01/11/2006 14:34:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01165777
Message ID:
01166314
Views:
16
Pretty near Borislav, the only fact is that it always create a new ...INLIST(this.cfield).... wich performs several inlist on same field giving as result that filter doesn't work, to be sure that it works the inlist(xfield must be at the same part always.
lcFilter = FILTER([YourAliasHere])
TEXT TO lcFilt NOSHOW PRETEXT 15 TEXTMERGE
     <<lcFilter>> <<IIF(EMPTY(lcFilter),[],[ AND ])>>
     INLIST(<<this.lcfield>>,'<<lcValue>>')
ENDTEXT
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform