Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DO a command stored in a table field?
Message
From
07/03/2000 19:17:51
 
 
To
07/03/2000 16:18:05
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00342932
Message ID:
00343033
Views:
29
>Programatically, how do I run this command? The table name is mmenu.

&field

You can not use the table.field syntax in this case cuz the . in the middle will terminate the expansion. So save it to alocal variable first if needed. If this is a nulti line memo field, you can do:

StrToFile(table.field, 'temp.prg')
compile temp.prg
do temp


Anything can go in this case.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform