Search found 37 matches: quickbooks

Return to advanced search

Re: Working With Quickbooks. QBFC

... I found an interesting problem when I hardcoded the path into the program for testing. This may prove helpful to others who read this thread. When Quickbooks sets up a company, it puts it by default in the PUBLIC\Public Documents\Intuit\Quickbooks\ Company Files folder. My application kept saying ...
by TimStone
Fri Feb 12, 2021 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Re: Working With Quickbooks. QBFC

Or even better:

Code: Select all  Expand view
#define OFN_NOTESTFILECREATE 0x00010000
cQBFile := cGetFile( "QuickBooks|*.QBW", "Select your Quick Books Company file", , , , , OFN_NOTESTFILECREATE )


EMG
by Enrico Maria Giordano
Fri Feb 12, 2021 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Re: Working With Quickbooks. QBFC

TimStone wrote:
Code: Select all  Expand view
cQBFile := cGetFile( "QuickBooks|*.QBW", "Select your Quick Books Company file")


Try this:

Code: Select all  Expand view
cQBFile := cGetFile( "QuickBooks|*.QBW", "Select your Quick Books Company file", , , .T.)


EMG
by Enrico Maria Giordano
Fri Feb 12, 2021 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Working With Quickbooks. QBFC

Years ago I successfully used FWH and xHarbour to build a link between my application and Quickbooks. To do this I had to use the following code to initialize QB connectivity setup: FUNCTION QBInit   LOCAL cQBFile := " "   LOCAL nHandle, oConfig, oQb, oSetupResponse  ...
by TimStone
Fri Feb 12, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

Re: cGetFile( )

This message indicates that the file is already open "exclusively" by another application or even by our own application. IN Quickbooks, it is already set in multi-user mode so this should be allowable. Even then, if any application already opened the file in exclusive mode, we ...
by nageswaragunupudi
Fri Feb 12, 2021 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile( )
Replies: 2
Views: 382

cGetFile( )

A quick question: Consider the following line of code: cQBFile := cGetFile( "QuickBooks|*.QBW", "Select your Quick Books Company file") In the past it would give me the link to the file. Something changed ( likely in Windows ). However, Windows ...
by TimStone
Fri Feb 12, 2021 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile( )
Replies: 2
Views: 382

Re: Fivewin opening QuickBooks

FWH can use ODBC also
by nageswaragunupudi
Sat Feb 29, 2020 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin opening QuickBooks
Replies: 1
Views: 482

Fivewin opening QuickBooks

Anybody found an ADO provider for QuickBooks (QBW) files. I have found ODBC (older than ADO), and Ado.Net (Newer than ADO), but not ADO. If not does anybody open QBW files via Fivewin, and what do you use to perform this task.

Thanks,

Byron ...
by byron.hopp
Fri Feb 28, 2020 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin opening QuickBooks
Replies: 1
Views: 482

Re: accounting system

... do over 36+ years ) so that I have full control over the integration. Many products in the US simply export data to a File and then Import it into Quickbooks. To me that was a pretty incomplete solution.
by TimStone
Fri Mar 15, 2019 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accounting system
Replies: 6
Views: 1323

Re: Next target: EasyReport !!! :-)

Reinaldo, Two points: 1) FWH works with many 3rd party products like Codejock. I have a QuickBooks interface, use a separate PDF library that works very well, and interface with many 3rd party products. My appointment scheduler is done with Codejock. 2) The efforts ...
by TimStone
Mon Jul 14, 2014 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14894

Re: FiveWeb (FiveWin days are numbered)

... same lines as you in regards to web apps but I have recently convinced a new client who was using a web application (job costing integrating with quickbooks) to replace it with my windows application - which is also a job costing system ( also integrates with quickbooks and myob). 1 -they found ...
by Colin Haig
Thu Mar 27, 2014 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 24915

Numeric Data in SQL insert

Hi All I am interfacing my software with QuickBooks - in my SQL insert statements I do the following do while cInvcNo == oInvItms:invcno .and. ! oInvItms:eof() aadd(aInvItems,{cClient,cInvcNo,nQty,nAmount}) oInvItms:skip() enddo for I := 1 to ...
by Colin Haig
Thu May 16, 2013 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Data in SQL insert
Replies: 4
Views: 672

Looking for a consultant to help

me integrate my FWH program with QuickBooks. Please contact me at

hgoldstein@dslextreme.com
by hag
Mon Feb 04, 2013 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for a consultant to help
Replies: 0
Views: 279

Re: PROBLEMS !!! installing new Windows 8 - release

... Axialis ( for icons ) Help & Manual 6 ( for documentation ) Snag It 11 Camtasia Studio ( for training videos ) Kindle for PC ( documentation ) QuickBooks Actual Installer ( for building installation files ) iTunes Photoshop plus some included Microsoft packages ( ie. Live Writer for blogs ) ...
by TimStone
Sat Nov 03, 2012 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 15704

Re: Quickbooks

Thanks Tim,

My client (in the US) is using "quickbooks manufacturing". I guess I will have to throw together something that can confirm access to his data before attempting what he wants to do with it.

Cheers,

Ross
by Ross_ValuSoft
Fri Jul 13, 2012 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quickbooks
Replies: 11
Views: 2716
Next

Return to advanced search