Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commands in memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00507485
Message ID:
00507520
Views:
16
>Or you can try:
>
>strtofile(table1.memofield, 'c:\apractic\junk\table1.prg')
>compile 'c:\apractic\junk\table1.prg'
>do 'c:\apractic\junk\table1.prg'

That is well and good, but his example had commands like THISFORM in it. You will get errors compiling and running an external PRG. You would have to change it to something like _Screen.ActiveForm. However, I am not quite sure why anyone would want to do it that way intead of just putting generic code in a method in the form or appropriate control. If you wanted to make the property options data-driven, I would have a table with FormName, Property and PropValue fields that would contain the appropriate values instead of storing an entire command line in a table.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform