MS Access Disable Right Click on Specific Text Box -


i'm using access 2013 , have created custom right click menu copy\cut paste (as deployed users using runtime , doesn't exist out of box). however, within form need disable custom right click 1 specifc text box - possible?

thanks,

michael

its ok worked out.

for on enter event added:

shortcutmenu = false 

and lost focus event added:

shortcutmenu = true 

Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -