Search the web
Sign In
New User? Sign Up
qodbc · QODBC ODBC Driver for QuickBooks
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 635 - 664 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
635
I'm trying to use the Profit And Loss By Job sp_report query in Crystal Reports 8.5 and I get a "Column not found: Amount_Title" error. I get that message with...
thedigitguy
Offline Send Email
Jul 4, 2004
6:08 am
636
Jerry, Can you tell us which version of QODBC and QuickBooks you are using so we can look up the specs for those reports? The documentation was recently ...
Brad Waddell
flexq
Offline Send Email
Jul 4, 2004
7:32 am
637
What would the be the simplest way of determining the next Invoice number in Quickbooks? I've thought of "SELECT max(refnum) from invoice" or something like...
mandleshwar
Offline Send Email
Jul 4, 2004
11:36 am
638
The next invoice number is not available via the QuickBooks SDK, so our driver cannot access it. For what reason do you need it? If you want QuickBooks to...
Brad Waddell
flexq
Offline Send Email
Jul 4, 2004
11:43 am
639
I will use the suggestion to have a separately identified invoice number using character designations. Thanks. ... blank. If ... invoice....
mandleshwar
Offline Send Email
Jul 6, 2004
5:55 am
640
I'm running QODBC version 4.20.00.040 and Quickbooks Premeir Accountant Edition 2004. ... so we ... recently ... now, thanks!...
thedigitguy
Offline Send Email
Jul 6, 2004
5:56 am
641
First I would upgrade to the current build 50 because there is no field titled like that in the report you mention. Try a * instead of the specific field names...
Brad Waddell
flexq
Offline Send Email
Jul 6, 2004
6:18 am
642
When installing the QODBC driver I see QB Canada 2003 and 2004, and QB US 2002. I want to use the driver against QB 2002 Canada. What are my options? Thanks...
mandleshwar
Offline Send Email
Jul 6, 2004
11:44 pm
643
Got it to work, thanks. By the way, where do go to find a good instruction manual on using sp_reports? Jerry ... field ... specific ... all, thanks. ... using...
thedigitguy
Offline Send Email
Jul 6, 2004
11:44 pm
644
I've inserted the following code into my Access control to insert a new customer and job into Quickbooks and occasionally it works fine but it seems that when...
thedigitguy
Offline Send Email
Jul 6, 2004
11:44 pm
645
In the installer screen you should see a list of versions, use the mouse or down arrow to scroll through the rest of the list below which you cannot see. Yes,...
Brad Waddell
flexq
Offline Send Email
Jul 6, 2004
11:58 pm
646
MSysConf is not an error, but rather a setup file Access always looks for, and it should be ignored if not found. This is why you only see it happen once. brad...
Brad Waddell
flexq
Offline Send Email
Jul 6, 2004
11:58 pm
647
Sorry, my mistake, QuickBooks had no SDK in the 2002 Canada edition, so you will need to upgrade to a later version to use QODBC. thanks! brad ... QODBC Driver...
Brad Waddell
flexq
Offline Send Email
Jul 7, 2004
12:12 am
648
Are you saying that Access ignores MSysConf after failing to find it in the first insert attempt? I'm still wondering why it fails to execute the insert sql...
thedigitguy
Offline Send Email
Jul 7, 2004
9:09 am
649
... Jerry, I don't know the answer as to why Access fails to run the first time, perhaps Matt can help on this thread. brad QODBC Driver for Quickbooks -...
Brad Waddell
flexq
Offline Send Email
Jul 7, 2004
10:45 am
650
... Jerry, Try this: http://www.qodbc.com.au/sp_report.htm It's new, let me know what you think. thanks! brad QODBC Driver for Quickbooks - Plug-in to your...
Brad Waddell
flexq
Offline Send Email
Jul 7, 2004
10:45 am
651
I would suggest one of two things. Either redo you code to use ADO or do a call to find a record first and ignore any errors. If you do a find like SELECT Id...
Matt Froncek
matt_froncek
Offline Send Email
Jul 7, 2004
1:47 pm
652
Hi, i have an invoice with 3 lines. When i tried to update one of the lines (2nd line) using qodbc, it updates the first line instead of the second line. An...
ptrcktn
Offline Send Email
Jul 8, 2004
5:52 am
653
I'm a new user in qodbc. I have a problem when i connected it by using vb.net (Web Application). when i try to connect it show these message "ERROR [00000]...
maxiname
Offline Send Email
Jul 8, 2004
8:39 am
654
Max, Make sure that you are using the latest version of QODBC - build 50, make sure you have a web evaluation code (Serno starts with X) and make sure ...
Brad Waddell
flexq
Offline Send Email
Jul 9, 2004
1:45 am
655
Yes of all. I try do all that i can see in web qodbc. but it's still not work. I buy the QODBC Web Editions. i try to use VBDEMO and it's work but never work...
maxiname
Offline Send Email
Jul 9, 2004
2:36 am
656
Copy the above TestDCOM.ASP script to your scripts directory. Run from a browser and send the results back here. It will tell us what it working and what is...
Matt Froncek
matt_froncek
Offline Send Email
Jul 9, 2004
3:14 am
657
Download www.qodbc.com/images/testdcom.zip and copy TestDCOM.ASP script to your scripts directory. Run from a browser and send the results back here. It will...
Matt Froncek
matt_froncek
Offline Send Email
Jul 9, 2004
2:17 pm
658
Hello, I am currently using Quickbooks 2003 Contractor edition. Since this software lacks a nice service managing program within, I had someone create a nice...
stanrtheman
Offline Send Email
Jul 10, 2004
6:10 am
659
hi i'm having a problem with inserting a record into InvoiceLine table. from the reference table in qodbc.com, i figured that the only fields required are...
harutpakh
Offline Send Email
Jul 10, 2004
6:10 am
660
i don't know the answer to your question, but you have misspelled field name in the embeded statement... CutomerRefListId ... missing an 's' Harut...
harutpakh
Offline Send Email
Jul 10, 2004
6:10 am
661
hi i have two recordset open from access database. one contains orderheader information (customer name, billing address, shipping address, and other info such...
harutpakh
Offline Send Email
Jul 10, 2004
6:12 am
662
Neither way will work, actually! Please see our FAQ page for the full code details, you need to make use of the cache flag to tell it when you have hit the end...
Brad Waddell
flexq
Offline Send Email
Jul 11, 2004
9:51 am
663
There are a number of items required on a new insert to the InvoiceLine table, please see our online doc here: ...
Brad Waddell
flexq
Offline Send Email
Jul 11, 2004
10:58 am
664
The internet version setup steps are off the main QODBC Product menu, the direct link is: http://qodbc.com/QODBCweb.htm We are working on a doc specific to...
Brad Waddell
flexq
Offline Send Email
Jul 11, 2004
10:58 am
Messages 635 - 664 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help