Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing Code From A Memo Field?
Message
 
To
19/03/1998 14:12:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00085742
Message ID:
00085749
Views:
31
>>I'd like to put some lines of code in a memo field and have them executed somehow. Has anyone tried anything like this? Is it possible? I'm stymied over how I might approach this.
>
>It's doable...assume table with Memo field is codedata.dbf..fieldname=codememo
>
>USE codedata
>GO TOP ...or otherwise positon the record
>COPY MEMO codememo TO codetest.prg
>DO codetest.prg
>DELETE FILE codetest.prg
>DELETE FILE codetest.fxp


Hmm..that was too easy. Why didn't I think of that? Sometimes I wonder if I'm not going through premature senility.

Michael G. Emmons
memmons@nc.rr.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform