Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Deleted lines showing in querySearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v6 Forum

 New Topic 
 
 Post Reply 
[1]  
 Deleted lines showing in query 
 Author   Message 
  Michael J. Dyer 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-05-31 
 Profile
 Posted : 2006-05-31 05:57:39

I'm using the following query to bring a list of EstimateLine records into Excel:

SELECT * FROM EstimateLine EstimateLine

I found that on several orders I had more lines than I expected.  After investigating I found that the extra lines were lines that I had deleted from the orders using the 'delete line' function from Quickbooks.  Is there a way to detect which lines are 'active' and which lines are 'deleted' and show only the active lines (so that my query matches the actual order)?

Thanks!

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-05-31 10:11:10

Change your query to:

SELECT * FROM EstimateLine unoptimized

See: How do I setup the QODBC Optimizer? Where are the Optimizer options? for more on the use of the unoptimized tag.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to