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

Recent content by johnbritto

  1. johnbritto

    Entry Field in Order header

    Hi Guys, I want to know if there is any unused fields in the Order header table (OE0520). So that I can store my reference ID along with the order Information for future reference. Thanks John
  2. johnbritto

    Get OrderID

    Hi Guys, I want to know if I can get the Order Number after I Created an order using the XAPI. Thanks for ur help John
  3. johnbritto

    Create ACCPac xapiSession in ASP failed

    Thanks for ur help. Do u know the 'ACCPAC ASP Session Object' library name. So how does the SET commant look like? The c:\CA_APPSW folder was not in the environment vaiable, which has some dll's, so I added that and now its working but got an another problem. When I call this Call...
  4. johnbritto

    Create ACCPac xapiSession in ASP failed

    Hi Guys, I'm trying to create the ACCPAC xapiSession object and it comes up with an error 006~ASP 0177~Server.CreateObject Failed~8007007e This is my code Set objsess = server.CreateObject("ACCPAC.xapiSession") Any idea? John Britto
  5. johnbritto

    Order entry

    Thank u so much, I been fighting with this for more than a week.
  6. johnbritto

    Order entry

    Thanks for ur reply, It through an error at OEORD1header.Init. ---------------------------------------------- On Error GoTo ACCPACErrorHandler Dim objsess As xapiSession Set objsess = New xapiSession Call objsess.Open("ADMIN", "ADMIN", "ADATTS", Date, 1) Dim...
  7. johnbritto

    Order entry

    I want to create a Order entry from VB using XAPI. I recorded a macro, but I get some errors when I try to run that from VB. Errors 1. View OE0520. View call failed 2. Internal error. Order payment schedule. Transaction not active (3). 3. View OE0520. View call failed.

Part and Inventory Search

Back
Top