Re: Database Options - Any other settings I should adjust?
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Sep 2007 20:56:26 -0500
"'69 Camaro" <ForwardZERO_SPAM.To.69Camaro@xxxxxxxxxxxxxxxxxxxxxx>
wrote in nf8Li.3$n92.1@trnddc06:">news:nf8Li.3$n92.1@trnddc06:
Ensure Option Explicit is set in the Declarations area of every
module, "Require Variable Declaration" is checked, "Compile on
Demand" is not checked,
These are all in the VBE options (something that always trips me up,
as I still frequently program in A97).
It's best to have custom menus instead of the built-in menus so
that you control what the users do when using the application.
I disagree with this. It depends on the application and the users. I
have only ever had two apps with custom menus/toolbars, and they
were a pain to work with (I eventually set it up so that when I was
working both the custom and standard toolbars displayed).
It's also usually
best to convert to an MDE and distribute the MDE database file,
not the MDB database file
This is another piece of common wisdom that I ignore. I've only one
case where I make sure the user has an MDE, and that's because she
has a tendency to type through the occasional unhandled error
message. Thus, I never hear about the error (she didn't see it), and
I end up being called in to revert the code she typed into to its
compilable state. So, she gets an MDE. All my other users have MDBs,
and it's Just Fine.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- Follow-Ups:
- Re: Database Options - Any other settings I should adjust?
- From: '69 Camaro
- Re: Database Options - Any other settings I should adjust?
- From: '69 Camaro
- Re: Database Options - Any other settings I should adjust?
- From: lyle fairfield
- Re: Database Options - Any other settings I should adjust?
- From: Steve
- Re: Database Options - Any other settings I should adjust?
- References:
- Database Options - Any other settings I should adjust?
- From: ARC
- Re: Database Options - Any other settings I should adjust?
- From: '69 Camaro
- Database Options - Any other settings I should adjust?
- Prev by Date: Re: Database Options - Any other settings I should adjust?
- Next by Date: Re: Database Options - Any other settings I should adjust?
- Previous by thread: Re: Database Options - Any other settings I should adjust?
- Next by thread: Re: Database Options - Any other settings I should adjust?
- Index(es):
Relevant Pages
|