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 : Update SalesOrderSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Update SalesOrder 
 Author   Message 
  Rix 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-04-04 
 Profile
 Posted : 2007-04-04 22:24:10
I am using QBPro2005 UK version.
I have some Sales Orders on which I would like to manually close.

When I ran the query below
  select TxnID, CustomerRefFullName,IsManuallyClosed  from salesorder where RefNumber ='8'

I got the required record.

I then ran
  Update Salesorder Set IsManuallyClosed='1' where RefNumber='8'
and I get a message box with:
  [QODBC] Invalid operand for operator: <assignment>

Am I doing something wrong or is it not possible to update Sales Orders?

Thanks
Rix 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-04-04 23:36:52

IsManuallyClosed should be either TRUE or FALSE, it should be:

Update Salesorder Set IsManuallyClosed=1 where RefNumber='8'

 

  Top 
  Rix 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-04-04 
 Profile
 Posted : 2007-04-11 01:54:26
I think I should have known that........many thanks
Rix 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to