Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many CASEs in DO CASE?
Message
 
 
To
02/06/2006 06:31:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01126584
Message ID:
01126711
Views:
18
>>>
>>>Be aware of the problem with EXECSCRIPT that it can not see SET('procedure') functions. Better use old approach with strtofile and compile if you need to use some existing classes or functions.
>>
>>I have never used the COMPILE command. You mentioned that I have to STRTOFILE, but why? If my code is stored in a MEMO field, is it required for the COMPILE command to work to have the code on disk?
>
>store the compiled files on the memo,
>
>COPY MEMO MemoFieldName TO dummyexec.fxp
>DO dummyexec.fxp ...
>
>
Interesting approach. Thank you so much, Fabio.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform