Launching Sales Order Entry Outside of Sage

SUGGESTED

I am trying to use code that i have used in previous versions of Sage 100 to launch into Sage Sales Order Entry from an Access Data Base.  By previous version note that we were on Sage 2013 and took a huge leap to Sage 100 Advanced 2018  (Version 6.00.2.0).  Here is the previous code that worked wonders for years:  

ChDrive "T"
ChDir "T:\MAS90\HOME"
Shell ("T:\MAS90\HOME\pvxwin32.exe ..\LAUNCHER\SOTA.INI ..\SOA\Startup.M4P -ARG DIRECT UION UserID UserPassword ABC SO_SalesOrder_UI ")

At this point in time when the code is called i get an error message that says:  Module R/A is not on file.  

Can someone give me some pointers on how to resolve this issue?

Parents
  • 0

    Hello BigLouie, I am a fan of yours!  Thank you for your years of hard work in the knowledgebase/sage community!  You are much appreciated!

    In an effort to be obscure company code as well as  user id and password i supplemented some "personal" codes sort of speak .  But to answer your question otherwise, Yes, i have gone into the sales order manually.

Reply
  • 0

    Hello BigLouie, I am a fan of yours!  Thank you for your years of hard work in the knowledgebase/sage community!  You are much appreciated!

    In an effort to be obscure company code as well as  user id and password i supplemented some "personal" codes sort of speak .  But to answer your question otherwise, Yes, i have gone into the sales order manually.

Children