On Thu, Aug 28, 2008 at 9:18 AM, Richard Kaye <[EMAIL PROTECTED]> wrote: > Try putting a local var declaration in your code before the > CREATEOBJECT/NEWOBJECT. I do this all the time with Word. Something like: > > LOCAL m.loQB AS [Quickbooks.Application] > m.loQB=NEWOBJECT([Quickbooks.Application]) -------------------------------------
some of us see it as: Quickbooks.Application loQB = new Quickbooks.Application(); -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 _______________________________________________ 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.

