Max Wanadoo
max.wanadoo at gmail.com
Wed Jul 8 07:28:18 CDT 2009
no, if you are going to use the Registry, best practice says that you have to use it for everything - which means no tables, no variables, no constants, no coding, no errors, no nothing.. Guess I am outta work now... max ps. We were talking about Best Practices, weren't we... On Wed, Jul 8, 2009 at 1:07 PM, jwcolby <jwcolby at colbyconsulting.com> wrote: > No, If I am going to do that I store every variable in the registry. > > John W. Colby > www.ColbyConsulting.com > > > Max Wanadoo wrote: > > That is very bad practice...far better to ban variables altogether and > use > > lookup tables to store/retrieve values, > > > > Max > > > > > > On Tue, Jul 7, 2009 at 10:53 PM, jwcolby <jwcolby at colbyconsulting.com > >wrote: > > > >> And don't forget to make every variable global so that you can get at > >> anything from anywhere. > >> > >> 8) > >> > >> John W. Colby > >> www.ColbyConsulting.com > >> > >> > >> Stuart McLachlan wrote: > >>> NO! Dim h as String is BAD! > >>> > >>> You should never use explicitly typed variables - it causes error > >> messages to popup all the > >>> time. If we were meant to type variables, they wouldn't have created > >> VARIANTS!! > >> -- > >> AccessD mailing list > >> AccessD at databaseadvisors.com > >> http://databaseadvisors.com/mailman/listinfo/accessd > >> Website: http://www.databaseadvisors.com > >> > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >