Steve Erbach
erbachs at gmail.com
Fri May 18 16:44:09 CDT 2007
John, As always you are very generous with the examples! Since I work mostly in .NET now I have seen the light of classes. Steve Erbach Neenah, WI http://TheTownCrank.blogspot.com On 5/17/07, jwcolby <jwcolby at colbyconsulting.com> wrote: > '************ > 'The following is clsOpenArgs (parent to clsOpenArg) > '************ > > Option Compare Database > Option Explicit > > ' BEHAVIORS: > ' > ' > 'When a form opens, it can accept open args, a text string argument. > 'The framework will check for openargs, and if they exist will check > 'inside the Openagrs for arguments named the same thing as form properties. > 'If such arguments are found, the framework will set the form's property > 'equal to the argument value.