Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Evaluating profile logic
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134150
Message ID:
01134158
Views:
17
>Why EVALUATE()?
>Why not direct test?
>? between(Trans.cProduct_Line_Code,"100","200")

How can I test directly if I have this information in the memo field of my table (Employee_Queue_Profiles)?

In other words I have
lcLogic = alltrim(Employee_Queue_Profiles.mFilter_Logic)

if not empty(m.lcLogic)
   =seek(m.tcTrans_fk, 'Trans', 'cTrans_pk')
  llReturn = evaluate(m.lcLogic) && here it bombs
endif
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform