Hi Vince, > Apparently though, ExecScript() doesn't know anything about any forms compiled into the EXE
That's by design. ExecScript operates in a different application scope and therefore cannot see any files that are embedded into the EXE. Only files in the cache are visible, like classes you've already loaded and procedures. To get around this you need to execute code within the correct application scope, that is, code that is compiled into the application. As Bill Arnold suggested, having a PRG file or a class in the EXE that accomplishes this, is the easiest way to achieve this. -- Christof _______________________________________________ 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.

