Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not adding form´s captions to Window pad
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00124196
Message ID:
00124358
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform