Thank you Ken - and EVERYONE else for your input on this. Running the MAIN prg now is working quite well - and its FAST Enough - and let's me avoid Compiling the EXE - and I also can avoid that compile error for now. So - I'm set to go - and cooking along thru the code again!
Thanks again all, -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Ken Dibble Sent: Tuesday, April 09, 2013 3:35 PM To: [email protected] Subject: RE: WTF??? File Is Not Open! >You suggest testing by running only the PRG's - but, what about the required >VCX's? And, I'm not running PRG's but most Forms... Not sure if this responds directly to this point, but: My framework has a "test mode" feature. My form baseclass contains code to set up the environment that a full application needs, called from the Load() event, so that I can test individual scx forms without starting from the Main program (which would, among other things, usually require me to log in to the application). There are also hook methods to add flexibility, and the ability to tell child forms that we're in "test mode" so they will run properly also. This took a long time to get working properly but now that I have it, it saves a huge amount of time when testing. Ken Dibble www.stic-cil.org [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/6C6A66AA9ECA42DFA088351FAFFDBC87@Programming2 ** 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.

