Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form titles
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00153162
Message ID:
00153912
Views:
23
Bill,

>I'm having trouble getting a form title to change on a standard cBizObjMaintenance form. I've dropped a new business object on the form and everything seems to be working correctly, but the form's title does not change. Users can see the data. Select different pages and edit data to their own delight. The only problem is the title doesn't change.>

It seems as if you've set everything up correctly. A good place to put a breakpoint for debugging is in your form's ChangeFormTitle() method to see if it's even getting called. If it's not, you can put a breakpoint in CGridList.AfterRowColChange()directly before the following lines:

IF This.oBizObj.lChangeFormTitle AND llFormIsPresent
ThisForm.ChangeFormTitle(This.oBizObj.GetBizObjDesc())
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