Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamically Add Code to a Method
Message
 
 
To
30/01/2003 10:22:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00747147
Message ID:
00747251
Views:
12
No, you can't write to a method at runtime.

And you probably shouldn't be re-calling INIT(), either. <g> Create a custom method and call it from the init() and from your refresh-the-cursor method.

What you probably want for your textbox methods are custom textbox classes that you create containing your code. Use those in your grid instead of the default textboxes.

Dan


>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
Previous
Reply
Map
View

Click here to load this message in the networking platform