Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quicken question

Status
Not open for further replies.

hawkcg

Programmer
Dec 10, 2001
23
0
0
US
I don't even know if I should be attempting this, but I am trying to write a program that will open up the Quicken database using the QWAPPLib dll that is installed with Quicken. I have set up the beginning of this as follows:

Dim qDB As New QWAPPLib.Quicken
Dim hQDF As Long

hQDF = qDB.Access.OpenQDatabase("C:\program files\quickenw\deluxe.qdf")

I would think that this would work, but it gives me a Object variable or With block not set error. I know that Intuit has a free QuickBooks SDK, but for the customers I have in mind QB is too expensive.

Any ideas?

Thanks

Hawk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top