Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing source code from a memo field.
Message
From
13/08/2002 04:29:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00687079
Message ID:
00689009
Views:
27
This message has been marked as the solution to the initial question of the thread.
>Hi.
>Is it possible to execute a program wich source code is in a memo field of a table??? How??
>
>TIA

In VFP 5 it is possible to use the Public Domain VFP CodeBlock class by J. Randy Pearson. Check http://www.cycla.com/software/codeblock.htm for download and info.
Note that this is much slower that runnning a compiled PRG file, because of extensive use of macrosubstitution. However CodeBlock is good enough and even support cycles, scans and conditional structures in the parsed FoxPro code.

HTH
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform