Disable item in shortcut menu

G

Guest

I have a shortcut menu linked to a list box. When this shortcut menu is
activated, I would like to enable/disable certain items based on values
associated with the record or records selected in the listbox.

Is there any way to accomplish this?
 
M

Marshall Barton

Dale said:
I have a shortcut menu linked to a list box. When this shortcut menu is
activated, I would like to enable/disable certain items based on values
associated with the record or records selected in the listbox.

Is there any way to accomplish this?


Use something like:

CommandBars!menuname.Controls!controlname.Enabled
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top