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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -