Suppressing Props Dialogs At AutoExec Time?

  • Thread starter Thread starter PeteCresswell
  • Start date Start date
P

PeteCresswell

REF: http://tinyurl.com/d6woxb

Access 2003.

When somebody fogets to close the properties dialog before elevation
the application, users are confronted with the dialog and, in the case
of a modal screen, cannot close it.

I'm hoping for an Applicaiton.Properties or something that suppresses
props dialogs in general.

That way we could set it in AutoExec when running in production mode.

Seems like this has come up in prior threads, but I don't recall
anybody having a workaround.
 
Open each form in turn, and set its
Allow Design Changes
property to
Design View only

You could do that programatically if you wish. My preference is to use a
default form that has the properties set correctly:
http://allenbrowne.com/ser-43.html
 

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