Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private Session Parent - Default Session Child Help Need
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00304650
Message ID:
00304843
Views:
31
>Hmm. That's interesting. My FormManager retrieves size/position info for each form (including child forms) and stores it localy in a table. That all gets handled in from the oForm.DoForm and oForm.ReleaseForm methods.
>

Roi,

One way to handle this is to make your form manager class a subclass of the VFP form, then subclass that to creaste your form classes. Thatw ay teh fomr manager has all the stuff to manage forms adn so does every form you ever create. So if a form wants to get a child form it can call its own DoForm method instead of the form manager's DoForm method.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform