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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine lanpack status through vb

Status
Not open for further replies.

easyzone

Programmer
Jun 30, 2006
8
US
Is there a way to determine the lanpack status through Accpac API. I am currently using 5.3b Thanks
 
What do you mean by "lanpak status"?

Jay Converse
IT Director
Systemlink, Inc.
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top