However, in the OLD system - which I am making this screen so it can work in BOTH the Old and the New system - there are NO Classes in the Old system. Also, by making this as a Stand-alone Form, I can simply drop it onto the client system - and both the Old and New systems can BOTH see the screen. I am NOT looking to compile the Screen into the application. For the old system, there is a core set of code and screens - that are compiled into an EXE. But, ALL the rest of the system is either FXP's or Forms (both screens and report forms) which are NOT compiled into the EXE. So, that's why I didn't want to complicated things with the old system by introducing things like a Class.
Does that somewhat make sense? -K- -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Allen Sent: Thursday, June 21, 2012 12:41 PM The main reason for a class, IMHO, is if you need to adjust anything, add a property or method. To make a class from the offset means you have choices later. And anyone who programs will know, the original simple idea is probably not what you end up with. Its not like classes are hard to make. And in this case you can setall your own class and not affect others. Al -----Original Message----- OK - I suspect that this next comment of mine may open-a-can-o-worms, and may also have people bashing me for it - but, here goes... Why make a Class? The screen I created is a simple Form, with controls _______________________________________________ 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/289ea162f5642645b5cf64d624c66a140e260...@us-ny-mail-002.waitex.net ** 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.

