Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu Bar runtime caption and check mark change.
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00640085
Message ID:
00641071
Views:
19
Hello Kevin,
thanks again for your help and time.I've tried the first part of my problem. For some reason I can't make that toolbar hide. Here is what I got in the form's OK button CLICK() Event:

WITH goApp.oMenu.oadministrationpad.oadministrationpopup
.oadminchartsegment3bar.cCaption = ;
ALLTRIM(ThisForm.Mcpageframe.Page2.edtCseg3_name.Value)
.oadminchartsegment3bar.cMessage = ;
ALLTRIM(ThisForm.Mcpageframe.Page2.edtCseg3_name.Value)
.oadminchartsegment3bar.Hide()
.oadminchartsegment3bar.Show()
ENDWITH

I've left only HIDE mentod and it is not hiding. Am I using it in the wrong place? The caption will change if I exit apps and go back. But why it is not hiding? Any idea?
Regards
Igor
Previous
Reply
Map
View

Click here to load this message in the networking platform