Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditionally release a menu br
Message
From
06/05/2014 13:14:07
 
 
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:
01599628
Views:
40
>>>>>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)
>>
>>I think you can open the .mpr file (with a notepad) and see all the names.
>
>OK. Got it working. Based on your suggestion I set step on in the mpr file and tracked down the name of the item containing the bar I wanted to release then, based on Godfrey's input used that after the of.
>

You can specify names for things in the Menu Designer rather than relying on the generated names. Take at look in the Options dialogs for each item.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform