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 Rhinorhino 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: ygl
  • Content: Threads
  • Order by date
  1. ygl

    How can I close Accpac xapiSession?

    In my VB .NET code I use the following code: Dim glSession As ACCPACXAPILib.IxapiSession ... glSession = New ACCPACXAPILib.xapiSession ... glSession(i).Open("ADMIN", "ADMIN", accpacDbName, Now, 0) I tried to do the following to close the above session: glSession.Close() I get...

Part and Inventory Search

Back
Top