Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commands in memo field
Message
From
16/05/2001 05:30:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00507485
Message ID:
00507715
Views:
17
Hi!

Definitely you can wrap the code into the method inside of the DEFINE CLASS construction. Than use generated PRG file to put custom control on the form. Than call a method - thisform is available.

HTH.




>>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.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform