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 bkrike 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: *

  • Users: Jo004060
  • Content: Threads
  • Order by date
  1. Jo004060

    Invalid Signon with comapi

    looks like Accpac login is not (always?) case sensitive. the COMAPI login is. So if a password is 'ABC', login with 'abc' in accpac will work. but not with the comapi. It may sound obvious, but when you think the valid password is 'abc' (+ and you can log in with the application) trying...
  2. Jo004060

    xapi problem

    Hello, I have a problem with the xapi now... I'm trying to create an order in OE 5.3, and i can open&compose the views, insert the header without problem. But I have an issue inserting the details into the new PO: xapiViewInsert and I get and error: 301 , 1180 According to the Accpac...
  3. Jo004060

    Compose error

    Is there a way to validate the composed views ? will AccpacErrors detect an invalid composition ? Thanks, Jo
  4. Jo004060

    Problem sending array to a COM API

    Hello, first,I am new to c++. Im open to comments. I have to send an VARIANT array to a com api but i can't make it work. I saw somewhere that using SAFEARRAY should work, but I can't find how to use it for the IxPtr type. (see below) //-- IxPtr element1; IxPtr element2; IxPtr element3...
  5. Jo004060

    Error using comapi

    Hello, I'm trying to add an Order (OE order) with the comapi, I can open the session,compose the views, process the header, but i can't process the detail.. (I get an unhandled exception) ---- OEORD1headerFields->GetFieldByName("CUSTOMER")->put_Value(&vTemp); ...
  6. Jo004060

    Comapi View Compose in C++

    Anybody managed to compose views using C++ ? My problem is with the creation of the array I have to send as a Variant. Thanks, Jo
  7. Jo004060

    VC++ basic question

    Hello, im new to Accpac,VC++ 6 and to the comapi. I would like to know the correct C++ syntax of this VB line -- //Dim AccpacViewFields As AccpacCOMAPI.AccpacViewFields AccpacViewFields.Fields("whateverfieldname").value = "xyz" -- Thanks in advance Jo

Part and Inventory Search

Back
Top