Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamically Add Code to a Method
Message
From
30/01/2003 17:44:51
 
 
To
30/01/2003 10:22:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00747147
Message ID:
00747462
Views:
15
>Is it possible to add code to a method on a grid during run time. The grid is based on a cursor and most of the properties are set in the grid 'init' method but it has also got code added to the 'when' event of each 'text1'.
>
>I am recreating this cursor within the program to refresh it with updated data and I can get it all to work okay by forcing a grid1.init() except that the code in the 'when' events seems to get lost.
>
>Is there any way I can write code to methods of the grid while the form is running. Any help gratefully appreciated.
>
>Thanks
>
>Sue Lacy-Jones

You can take advantage of the COMPILE command or EXECSCRIPT function and execute code you generate on the fly, if that is what you mean.
Previous
Reply
Map
View

Click here to load this message in the networking platform