Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute Foreign Commands
Message
 
 
To
18/12/2002 07:09:47
Melvin Sequera
M&H New World, C.A.
Fuenlabrada, Spain
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00734029
Message ID:
00734042
Views:
17
In VFP6SP3 or later you can use COMPILE command
lcFileName = Sys(2015) + ".PRG"
Strtofile(MyMemofield, lcFileName )
Compile (lcFileName)
DO (lcFileName)
ERASE (lcFileName)
ERASE (STRTRAN(lcFileName, ".PRG", ".FXP'))
In VFP7 you can use ExecScript
ExecScript(MyMemofield)
>Hi to all.
>
>Right now I want to be able to put some code in a memo field of a table and execute that code within a form.
>
>I'm using VFP 6.0 and I know that there is a tick to do this. In VFP7 and higher there is a command, but in VFP6 don't.
>
>So, please anyone can help me on this?
>
>Regards.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform