Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not adding form´s captions to Window pad
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00124196
Message ID:
00124358
Vues:
16
Jose,

>I think that I asked this before, but I lost the changes when I upgraded the framewrok. My Window Pad (in Portuguese) is "Janela". That´s why the framework is not adding the caption of my forms to the window pad. What can I do to fix it ?>

BOb has pointed you in the right direction for this code:

IF TYPE("goApp.oMenu.oWindowPad.oPopup") == "O" AND This.lAddCaptionToWindowPad

As you can see the Framework will add the name of your form to the Window pad regardless of the name specified in the menu pad's cCaption property. As long as you have kept the name of the Window pad class as "CWindowPad" this should still work for you. The form's lAddCaptionToWindowPad property must be set to TRUE. In addition, only a non-modal form's caption will be added to the Window Pad.

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
Répondre
Fil
Voir

Click here to load this message in the networking platform