how to disable pop-up menu on bounded controls?

J

Jeff

Hi,
I have a listbox that is bounded to a table (list items on the control
are from a table). Is there a way to disable the pop-up menu on right click?


Thanks,
 
V

Van T. Dinh

Try setting the "Shortcut Menu Bar" Proerty of the ListBox to:

= -1

(including the equal sign)
 
Top