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 strongm 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. klaussang

    AccpacSession.Init Error 1.2796.37

    My VB.NET code with .Clone, It's still cause the same Exception sometime. Public session As AccpacCOMAPI.AccpacSession Public Sub InitSession(ByVal company As String) session = New AccpacCOMAPI.AccpacSession Try session.Init("", "AS", "AS3001", "53A") Catch session.Clone(company)...
  2. klaussang

    AccpacSession.Init Error 1.2796.37

    .Clone is not work either. Can you give me more detail?
  3. klaussang

    AccpacSession.Init Error 1.2796.37

    When I use AccpacCOMAPI in ACCPAC 5.3, the AccpacSession.Init method cause an Exception, the error message is "1.2796.37" The Code: Public session As AccpacCOMAPI.AccpacSession Public Sub InitSession(ByVal adminpassword As String, ByVal company As String) session = New...
  4. klaussang

    Failed to load accpac .ocx by Visual Studio 2005

    2 reason that I don't use VB6 1. I have a project developed by VS2005 using Accpac ocx UI controls before I reinstall my OS. So I have to use VS2005 to finish this project. 2. VS2005 and dotnet platform is much more wonderful than VB6. Once you used VS2005 to develop ERP projects, you'll never...
  5. klaussang

    Failed to load accpac .ocx by Visual Studio 2005

    And I tried "regsvr32" the ocx, but still does not work
  6. klaussang

    Failed to load accpac .ocx by Visual Studio 2005

    I need to develop an Accpac customization program using Visual Studio 2005, but I cannot load Accpac ocx controls to my form, the error massage shows "Failed to import ActiveX control, please ensure it is properly registered" But I can load this ocx by VB6.0, and it runs well. How can I fix...

Part and Inventory Search

Back
Top