> Can't I just add move the procedures to the form, and set up > the variables in the init method of the form. Copy > everything into a class (Container?, Collection?, FormSet?) > and then drop it onto a page in the tabbed form? I can then > edit the class to make changes?
In my case, I use a base container class to start with, then build container classes on top of this 'base class' for each class that will be instantiated on a form or tab page. I prefer to do all class instantiations dynamically, so as to minimize the involvement the form or tab page in the class design (except to take into account the limitations they impose). Scaling/re-sizing is another factor. Bill _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

