MS ADE How to disable right click to prevent change in object property

  • Thread starter Thread starter dsdevonsomer
  • Start date Start date
D

dsdevonsomer

Hello All,
I have developed an application, which I am ready to deploy. I made ADE
version and tested it. All of a sudden I just noticed that, I was still
able to right click on all of the combo, text, list boxes or any other
object in the form, and change the property. To my surprise, the
changes applied and the values did change.

I was under the impression that, one should not be able to check
anything in ADE version. Just use application. Apparently not.

My question is, "Can we disable somehow, right click on any object in
ADE forms and allow changes by the end user?"

Thanks in advance,
SHAH
 
set allowedits = designonly

you can do this programmatically if you want; but for the property
name.. you can go to the other tab on the form level properties; I
think that it's the last property name

-aaron
 

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

Back
Top