• 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 :
  • 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…
  • How to open a session using ACCPAC.Advantage 63A?

    Using ACCPAC.Advantage with vb.net, I was able to open a session by doing the following: Dim SageSess As New ACCPAC.Advantage.Session SageSess.Init("", "XY", "XY1000", "62A") SageSess.Open("ADMIN", "", "XXXXXXX", DateTime.Today, 0) Now, in version…