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

Click here to load this message in the networking platform