jwcolby
jwcolby at colbyconsulting.com
Fri Jul 3 21:50:37 CDT 2009
The class assigns values to form properties. It can iterate through the properties looking for properties named the same as the open args passed in. That is trivial. Causing it to do the same for controls would open up a ton of issues since there may be more than one control with the same property, which control do you mean in that case? And yes, you can pass in none or hundreds of openargs. The form's code can then use the openargs to manipulate the controls, but the class does not do so directly. John W. Colby www.ColbyConsulting.com Arthur Fuller wrote: > JC, > > I just downloaded your OpenArgs class demo, and may find my own answer > before you reply, but when you say form properties, does that include form > controls? Can I use it to "pass" several values to a form, so that when the > form opens it assigns the values to the specified controls? > thanks, > Arthur