Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enhancement to CBizObjMaintBaseForm
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00359191
Message ID:
00359958
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform