Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute Macro Code?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Execute Macro Code?
Miscellaneous
Thread ID:
00497489
Message ID:
00497489
Views:
46
I have a full function in a table memo field, something like this:
Parameters cNone
? " one "
? " two "
? " three "
cRetVal = "123"
Return cRetVal
The code below is method code in a COM object. This code isn't working - help why not?
.....
cFullMethod = Table.Memofield
cValue = &cFullMethod
I also tried
....
cFullMethod = Table.Memofield
Do cFullMethod with "nothing"
Help?
Next
Reply
Map
View

Click here to load this message in the networking platform