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]) Joe Yoder wrote: > I'm getting my feet wet with interfacing QuickBooks and VFP. Doc in the QB > SDK states "If your development environment and Language supports > Intellisense, a list of the message set's append methods are available from > within your environment." I suspect they assume a Visual Studio environment > and without that, I don't have access to their info. I expect there is a way > around it but have not figured it out. Can someone enlighten me? > > TIA - Joe -- Richard Kaye Vice President Artfact/RFC Systems Voice: 617.219.1038 Fax: 617.219.1001 For the fastest response time, please send your support queries to: Technical Support - [EMAIL PROTECTED] Internet Support - [EMAIL PROTECTED] All Other Requests - [EMAIL PROTECTED] --------------------------------------------------------- This message has been checked for viruses before sending. --------------------------------------------------------- _______________________________________________ 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.

