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:
01134187
Views:
16
This works for me:
CREATE CURSOR crsTest (Fld1 I, Fld2 I, Fld3 M)
INSERT INTO crsTest VALUES (100,200,[BETWEEN(Fld1, 100,200)])
? EVALUATE(Fld3)
>
>I'm thinking I would have to create a procedure and return code using ExecScript.
>
>e.g.
>private plReturn
>
>text to lcProc noshow textmerge
>    =seek(<<m.tcTrans_fk>>, 'Trans', 'cTrans_pk')
>    plReturn = <<m.lcLogic>>
>endtext
>
>Would my plReturn visible and how can I return it?
>
>BTW, for now we decided to fix all our profiles instead.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform