Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access selected table
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00097895
Message ID:
00098905
Views:
36
>OK OK OK - I give in <g>.
>
>Actually, anyway it occurs, I think it's a good idea.

I have changed the following code in CBaseForm.Destroy() and it will appear in the next version of the framework:

Changed...
This.Visible = .F.

To...
IF TYPE('goapp') == 'O' AND NOT goApp.lDebugMode
This.Visible = .F.
ENDIF

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform