• Program screen ID

    hi all, I am following example on this link https://www.sagecity.com/us/sage300/b/sage_300_erp_r_and_d/posts/launching-non-sdk-programs-from-the-desktop to create a screen using C#. I am able to create and working fine. However, the details is not looking…
  • Reproduce Sage Interface design in C# Program

    Hi SageCity, which framework can I use to have the same user interface as Sage 300, Border Size, Title bar color Example Sage Interface : My Interface :
  • Macro VBA Sage 300

    I found an error when running the macro file
  • VB6 IDE SignOn Manager Issue

    I just set up a fresh development environment. Windows 10 VM with Sage 300 2019 PU5. When I run a program from VB6 IDE and I'm logged into Sage 300 the program fails with a non descript error when trying to create/join the session. SessMgr.CreateSession…
  • PopUpDS Event

    Hi, im trying to create a macro to capture Popup data sources, and capture the events of the ds. I created this code below, then I tried to debug. But it does not capture the events of the dsPORCPLDet. Is it possible to have this function in Sage .…
  • How to create an objecthandle object without passing parameter $objecthandle$ from the macro?

    HI, Is there a way to programmatically code an objecthandle without passing it as a parameter in the Program Argument? Here is the scenario: 1. I have a vb6 program (.exe) that is supposed to run on Sage 300. This .exe program passes $objecthandle…
  • The Accpac Macros got a problem

    I have customization of AP Payment made from VBA. when the user changes the payment day, they select a date earlier than the acceptable range date, so as we know there is a warning message, but whatever user click Yes or No. Warning message unknown…
  • Automate Item Number Change Sage 300 2018

    Hello all, Is there any possible way to automate the Sage 300 item number change process? I know there's a way to automate the database dump (using OrchidSystems Process Scheduler) prior to running it, but having the ability to schedule the item number…
  • Specific Period Status on Fiscal Calendar

    i want to know the status of my 3rd period in 2014 is locked or not i had tried using code below Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink Set mDBLinkCmpRW = OpenDBLink(DBLINK_COMPANY, DBLINK_FLG_READWRITE) Dim mDBLinkSysRW As AccpacCOMAPI…
  • Set a field as required in Order Entry/Shipment Entry

    I want my staff to mark orders/shipments as picked up or delivered using the SHIPVIA field. But even after training them they forget to enter this and leave it blank most of the time. Is there a way to make the "SHIP VIA" field required in Order Entry…
  • Macro for posting shipments

    Hi I'm new to Sage ERP 300. I need to import shipments from another program daily. I exported a shipment entry example and created a database in MS Access that reads the file from the other program and puts it into the correct fields in the csv file…