Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Same table in more than one DE
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00165436
Message ID:
00165612
Views:
9
> Yes, it is proper OO behavior. The tables are essentially encapsulated to the form object, when the form releases the tables should release also.

Yes but I thought since they are encapsulated to the second form object, they would be protected and not released by a different object (first form.)

> If you want other behavior look at other methods. 1) don't AutoClose them or 2) open them at a level higher than form1, 3) don't really release Form1 just Hide() it, 4) possibly rethink the 3 forms.

These are all good suggestions. If I do a hide instead of a release, would there be an advantage to using a "Form Set" with three forms instead of three separate forms? Thanks.

Mon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform