Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancement to CBizObjMaintBaseForm
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00359191
Message ID:
00359958
Views:
9
Justin,

>This has seemingly solved the issue and allows the form to function as it normally would. If you have any additional information or foresight, please let me know.'>

I have an alternate solution for you...

In CBizObjMaintBaseForm's Page1.Activate, change the following:

Change...
IF UPPER(THISFORM.cListObjType) != 'NONE'

To...
IF UPPER(THISFORM.cListObjType) != 'NONE' AND ;
This.UIEnabler1.cActivateID != This.UIEnabler1.cDeactivateID

This uses existing properties on the UIEnabler object to accomplish something similar. Let me know if this solution works for you and I'll look at adding it to the Framework for the next version.

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