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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blairwatkins

    OE xapi item entry problem

    I am using C as I am passing orders in from a linux system..
  2. blairwatkins

    OE xapi item entry problem

    If I put a binary representation it fails as well..
  3. blairwatkins

    OE xapi item entry problem

    It fails at the below line before it gets to the insert line as its expecting a BCD I think? //SET THE QUANTITY SUCCEEDED_AT( PUT_FIELD (oeordd, quantity, OEORDD, QTYORDERED, TRUE) );
  4. blairwatkins

    OE xapi item entry problem

    One other thing in regards to the strToBcd looking at the debug information Quantity is looking like it is empty once it goes through the strToBcd function? Not sure if this is correct? Could this error be due to QTYORDERED being empty? //SET AN ITEM QUANTITY char item_quantity = "5"; //SET...
  5. blairwatkins

    OE xapi item entry problem

    I am working with: Accpac Version 5.5A MS SQL Server 2005 5.5A SDK C using XAPI Thanks for the response. Good to know that LINENUM and ORDUNIQ are taken care of by the views, unfortunatly still does not solve the issue. I have removed from my code and still same error?? When I record a macro...
  6. blairwatkins

    OE xapi item entry problem

    Hi I hope someone can help with a problem I am having with inserting items into an order header. If I don't add any items the order inserts fine but when I try to insert an item into the order it fails with 1180 error number "Invalid revision API state or call". I am quite sure I have all the...

Part and Inventory Search

Back
Top