when my import attempts to import new invoices accpac will not allow me continue because all of the lan packs are used by users. I am wanting a way to determine if all my lanpaks are being used before i attempt to import.
There is no way to check for available lanpaks, you need to add some error checking with your session login to test if the session opened.
Something like:
If Session.IsOpened then
'Do your stuff
else
'Handle the error
end if
Just an FYI, We've been having the license problem as well (we're sharing 5 lanpaks between 10 users). I've been using VB programs that utilize the XAPI commands to import and post information to accpac. It's a good way around the lanpak issue, if you've got IAP licenses.
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.