jwcolby
jwcolby at colbyconsulting.com
Mon Feb 23 11:28:31 CST 2009
OK. But the whole point of the tag goes away when you have a wrapper class. The purpose of a tag is to contain "anything" that the developer wants for that form. Once I have a wrapper class I can simply create new properties of the class, with strong typing, etc. If you have a class you no longer need a tag, never mind a whole collection of them. John W. Colby www.ColbyConsulting.com Charlotte Foust wrote: > That was what I meant John. Of course you wouldn't add it directly to > each form. Anything like that would be added to the class wrapping the > form. > > Charlotte Foust > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby > Sent: Monday, February 23, 2009 8:34 AM > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] Find First in an Array? - The Solution Revisited > - Now Tag is the Answer > > Eh? > > To my knowledge you can add custom properties to a form, but I don't > remember being able to make that a collection. Even if you could you > would be faced with adding it to EVERY form, and remembering to add it > every time you added a new form. > > That is exactly the point of a clsFrm. You add it there and be done > with it. Every form that uses clsFrm automatically gets that new thing. > > John W. Colby > www.ColbyConsulting.com > > > Charlotte Foust wrote: >> So add a Tags collection to the form? >> >> Charlotte Foust