Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditionally release a menu br
Message
From
06/05/2014 08:55:50
 
 
To
06/05/2014 08:52:54
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01599600
Message ID:
01599606
Views:
48
>>>>My VFP's really rusty so:
>>>>
>>>>In a form.init() I have : DO main.mpr WITH THIS,"Main"
>>>>
>>>>I then want to remove a bar item from the menu. How do I reference the menu ?
>>>>
>>>>TIA
>>>
>>>I think since the menu is not OO it can be referred as follows (I think):
>>>
>>>
>>>RELEASE BAR 1 of "_mfile"
>>>
>>
>>Isn't '_mfile' an internal VFP name. I guess what I need to know, given the above 'DO....', is the name of the menu.
>>
>>Alos, looking at the docs I don't see the syntax that I'm using listed (ie second parameter is just a bool)
>
>Viv,
>
>You have to release the bar from the popup
>
>
>popupName = 'theName'
>release bar 1 of (m.popupName)
>
Hmm. But given:
DO main.mpr WITH THIS,"Main"
what is the name ?
Previous
Reply
Map
View

Click here to load this message in the networking platform