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)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.