FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Anyone using QBFC 5.0 ?
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Anyone using QBFC 5.0 ?
Posted: Mon Mar 13, 2006 05:25 PM

I am working on a Quick Books interface using FWH and xHarbour ( all latest versions) I must use the QBFC from Intuit.

I'm able to connect to a QB file, and when I post a request to add a client, the transaction takes place. I supply a name, opening balance amount, and a transaction date, and QB adds the account, enters the name, enters the opening balance, and enters the date. To me, this could not happen if the connection was not valid.

The value returned is supposed to be a "response list" which is a data object. However, when I try to parse the response list, I'm getting a NIL value.

So, the connection is established, the values passed are processed, but the return value appears to my program as NIL. The QB Request Processor should not be returning a NIL value if the actions were able to take place. This leads me to suspect that saving the return value to a LOCAL value may be the problem.

Any thoughts or suggestions would be greatly appreciated.

:idea:

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion