Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New CSideBarForm
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
New CSideBarForm
Divers
Thread ID:
00115141
Message ID:
00115141
Vues:
52
All,

In the Mere Mortals Developer's Guide v3.02, please make the following change:

Change...
This.oSideBar = CreateObject('SideBarForm')
This.oSideBar.Show()

To...
This.oForms.oSideBarForm = CREATEOBJ('SideBarForm')
This.oForms.oSideBarForm.Show()

Also, remove the following line of code from CFormMgr's RegisterSideBarForm() (located in CManager.vcx):

This.oSideBarForm = toSideBarForm

Sorry for any inconvenience!
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Répondre
Fil
Voir

Click here to load this message in the networking platform