Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I add method code at design-time programatically?
Message
 
To
15/08/2000 17:18:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00405230
Message ID:
00405344
Views:
15
I just did this today! Don't forget to issue a COMPILE FORM [form name] in order to create the compiled version of the code that's stored in the objcode field of the DataEnvironment record. (Without this, the code is not viewable from within the form.)

Among these lines, is there a way to issue a WriteMethod on a Data Environment method?

>Using a program to access all of the files in the directory, you can open each forms' table (.scx) file, find the record where class = 'dataenvironment' and replace the method field with the method field plus the code you want to add.
Previous
Reply
Map
View

Click here to load this message in the networking platform