Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running code from memo fields and ExecScript
Message
From
25/02/2008 14:09:01
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01296122
Message ID:
01296171
Views:
11
uh....yeah, it is. That was one of the first things I checked :-)

>:-)
>That means that Carrier table is not opened before you run the code.
>
>
>>When I try to run w/o the first macro, I get "Object Carrier not found" error.
>>
>>Do you begin to see my vexation?
>>
>>
>>>
>>>ExecMemo(carrier.carr_270, InputTableName) && No quotest around first parameter
>>>
>>>FUNCTION execMemo(memoString, p1, p2, p3, p4, p5)
>>>   LOCAL lcParams, lcParList, lnPcount
>>>   lcParams  = [p1, p2, p3, p4, p5]
>>>   lnPcount  = PCOUNT()-1
>>>   lcParList = LEFT(m.lcParameters, ATC([,], m.lcParams,m.lnPcount)-1)
>>>   TRY
>>>      retVal = EXECSCRIPT(memoString, &lcParList)
>>>   CATCH TO oError
>>>   ENDTRY
>>>
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform