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 1121 - 1150 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1121
I'm sure they'll love it, what do you reckon? Regards, Andrew Smith ___________________ <mailto:mr.smith@...> mr.smith@... Mob: 0413 0419 38 Ph:...
Andrew Smith
s2kontik
Offline Send Email
Aug 4, 2005
7:02 am
1122
I am working with Microsoft Access and trying to get my application to insert deposit information into the Deposit and DepositLine table. My previous version...
sjdeetz
Offline Send Email
Aug 4, 2005
10:29 pm
1123
Are you trying to create a deposit for a customer in lieu of receiving a payment against an invoice? Please clarify. I have two suggestions: First try and...
Chuck Vigeant
txbtech
Offline Send Email
Aug 4, 2005
11:16 pm
1124
Chuck, I am not trying to deposit against an invoice, just a plain deposit and make the sales entries at that time. I took your first suggestion and started...
Steven Deetz
sjdeetz
Offline Send Email
Aug 5, 2005
9:29 pm
1125
Sorry for the error on the DepositTotal as being insertable. All transaction totals are non-insertable, as the line amount will automatically total up that...
Chuck Vigeant
txbtech
Offline Send Email
Aug 6, 2005
6:49 pm
1126
I have a routine that successfully creates invoice in quickbooks from Microsoft Access/SQL Server with 1 or many lines. 2 questions Is is possible to add an...
SoftDimensions
Offline Send Email
Aug 11, 2005
7:28 pm
1127
I am trying to run the stored procedure sp_lastinsertid using powerbuilder 6.5. Below are the statements: string ls_tablename ls_tablename = 'billpaymentcheck'...
kleinen12
Offline Send Email
Aug 12, 2005
6:20 am
1128
HAI This is sriniavas from corporate solutions one of our client looking for Oracle DBA Professionals. About client: Surgical Information Systems. SIS Health...
srinivas puppala
vas_corpsol
Offline Send Email
Aug 28, 2005
9:50 pm
1129
Today the IRS has increase the standard mileage rate to .485 (an increase of .08 per mile) IR-2005-99, Sept. 9, 2005 WASHINGTON – The Internal Revenue...
Steven R. Hinds
quickbooksqb...
Offline Send Email
Sep 10, 2005
5:02 am
1130
Dear all Although I can successfully add transactions to my QB file using QODBC and visual basic I am struggling to add new accounts. Whatever I try I end up...
richpepp4
Offline Send Email
Sep 18, 2005
5:27 am
1131
Well, having stuggled for ages at this and finally posted a message I then find the answer after taking a break and starting again. The minimum set of fields...
richpepp4
Offline Send Email
Sep 18, 2005
5:27 am
1132
Hello, Has anybody tried to create a payment with discount on QBOE? The following is my insert statement.... INSERT INTO "RECEIVEPAYMENTLINE" ...
rnoche
Offline Send Email
Sep 18, 2005
5:28 am
1133
If you run the stored procedure sp_columns "Account" you will see that the columns Name and AccountType are required. And it will show you that FullName is...
Matt Froncek
matt_froncek
Offline Send Email
Sep 18, 2005
1:46 pm
1134
I have a requirement to delete items from a Bill but cannot work out what table I need to delete the line items from. I have tried to delete items for a given...
brdgriffin
Offline Send Email
Sep 23, 2005
5:46 am
1135
BillItemLine should be the table. What error do you get? What version of QuickBooks? You probably need to do one line at a time and you cannot delete the last ...
Matt Froncek
matt_froncek
Offline Send Email
Sep 23, 2005
5:52 am
1136
Thanks for the prompt reply. I have managed to get the DELETE sorted, all I have to sort out now is the Bill creation with the entire bill allocated to...
brdgriffin
Offline Send Email
Sep 23, 2005
7:07 am
1137
This was just released today by the IRS and is an interesting approach to Donations. Partners Spread the Word on Leave-Donation Program IR-2005-113, Sept. 30,...
Steven R. Hinds
quickbooksqb...
Offline Send Email
Oct 1, 2005
1:22 am
1138
So, I wrote a slick app to pull web orders and put the customer information into the Customer table. My clients has about 3500 records in the client table. My...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
8:52 pm
1139
My company allows people to prepay for ad insertions in a newspaper. We accept, for example, $100 for four $25 insertions. I am trying to write a script that...
ewj_webrunner
Offline Send Email
Oct 3, 2005
8:52 pm
1140
I am creating an interface to QuickBooks 2005 using QODBC where my application is the primary source of Vendor and Customer information. To be complete, I also...
Russ Winters
diversicon
Offline Send Email
Oct 3, 2005
8:53 pm
1141
Hi All- Hopefully someone can help me with this. I need to do multiple updates on the Customer table. In my code, when I run it it only processes 1 of X update...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
8:54 pm
1142
I need to input about 600 invoices in QBOE and am trying to find a way to import the invoices. QODBC seems to be the only addin avaialble. Any advice on using...
cliff.eckert
Offline Send Email
Oct 3, 2005
8:56 pm
1143
If you have programming experience and SQL knowledge you can write some code to do this. Otherwise our office specializes in this type of job. Chuck Vigeant...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:12 pm
1144
Here is a sample procedure for applying credits/payments to an invoice: CustomerRefListID = '790000-1071511999' (Required) DepositToAccountRefListID =...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:17 pm
1145
Are you doing an querying of the table to see if it exists before hand? How large is the database file in total? How long does it take using VBDemo and a...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:17 pm
1146
It is a limitation of the Intuit SDK at this time. Chuck Vigeant M.Ed. MCSE, CCNA, Certified QuickBooks ProAdvisor Director, FLEXquarters solutions ...
Chuck Vigeant
txbtech
Offline Send Email
Oct 3, 2005
9:19 pm
1147
What we do is try to update a Customer record, if it fails to find the customer, we run an INSERT, if it finds the Customer in the DB, thats when we attempt to...
Matt Babineau
praefex
Offline Send Email
Oct 3, 2005
9:58 pm
1148
Matt, When do the update, specify the FullName in the WHERE statement. If you specify just name then QuickBooks will send the entire list of 3500 names to ...
Matt Froncek
matt_froncek
Offline Send Email
Oct 3, 2005
10:05 pm
1149
Ahh interesting! Right now what happens is I run an update query and use the WHERE argument Name = 'blah' ....will what you suggest still be successful if I...
Matt Babineau
praefex
Offline Send Email
Oct 4, 2005
12:18 am
1150
Look at the schema at www.qodbc.com/schema It will show you the jumpins.. Fullname is a jumpin, name is not Chuck Vigeant M.Ed. MCSE, CCNA, Certified...
Chuck Vigeant
txbtech
Offline Send Email
Oct 4, 2005
12:42 am
Messages 1121 - 1150 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