Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running code in a separate session
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01084016
Message ID:
01084221
Views:
8
My suggestion would be to make your cCustom class be a subclass of Form which has the datasession stuff already built in. Just set all the appropriate properties so the form never shows, i.e. Visible=.F. etc.. You can then CREATEOBJECT("YourClass") and call its custom methods and manage the class code in the visual designer too. You get the benefit of having all the datasession stuff handled by Fox internally.
Previous
Reply
Map
View

Click here to load this message in the networking platform