Hello,
Can somebody explain to me and provide some snippet code on AccpacSessionManager vs. AccpacSession. I am a little bit confuse between the two in converting vba to .net. I know the AccpacSession uses:
to create a session with Accpac. But what does the AccpacSessionManager do? I am trying to create tool to create batches in Accpac but I want the user to run this tool. I want to call the Accpac login window so that they can log in using their own credentials. If they can create batches, then the tool will load. If not, they can't run the tool. I was planning around with the AccpacSessionManager and got the Accpac login window to show once. Right after that I ran the same code no code change but the login window doesn't show up any more..weird.
Thanks.
Can somebody explain to me and provide some snippet code on AccpacSessionManager vs. AccpacSession. I am a little bit confuse between the two in converting vba to .net. I know the AccpacSession uses:
Code:
Session.Init("", "XY", "XY0001", "60A")
Session.Open("ADMIN","ADMIN","SAMLTD",System.DateTime.Now,0,"")
Thanks.