Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New CSideBarForm
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
New CSideBarForm
Miscellaneous
Thread ID:
00115141
Message ID:
00115141
Views:
53
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
Reply
Map
View

Click here to load this message in the networking platform