Don't want to save modules all the time

  • Thread starter Thread starter Jerry Porter
  • Start date Start date
J

Jerry Porter

Since Access 2000, when I select Save from the IDE, or close a form
that's unsaved, I'm prompted to save all the unsaved forms and modules.
This has caused me problems in the when a form's controls' properties
have been changed at runtime. If I'm not careful, the runtime settings
have gotten saved. Is there any way to change this behavior?

Thanks,

Jerry
 
Sorry, that's how Access has worked since Access 2000. There's no way to
change the behaviour.
 
Jerry said:
Since Access 2000, when I select Save from the IDE, or close a form
that's unsaved, I'm prompted to save all the unsaved forms and modules.
This has caused me problems in the when a form's controls' properties
have been changed at runtime. If I'm not careful, the runtime settings
have gotten saved. Is there any way to change this behavior?

Thanks,

Jerry

Knowing what Doug Steele said, I would include code that sets controls
to their proper default states at the appropriate time.
 
Martin (?),

That's what I've done. Though some times that's inconvenient, since
design-time settings might have to be stored somewhere else besides the
property settings.

Thank you both for the help.

Jerry
 
Jerry said:
Martin (?),

That's what I've done. Though some times that's inconvenient, since
design-time settings might have to be stored somewhere else besides the
property settings.

Thank you both for the help.

Jerry

Aye, but even more inconvenient it is to have your design-time
properties overwritten!

PS glad to know this about A2K+
 

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