• Posting AR or AP Batches using accpac advantage

    Hi all, I have already created C# program using Accpac Advantage to import AR and AP Batches into sage in Ready to Post Mode. But my client wants it to auto post after import to sage. So, is there any tutorial or example that I can reference for doing…
  • CS0120 data to accpac finder in COM API

    Is that possible to add CS0120 data to accpac finder in COM API, after browse the sql statement. mDBLinkCmpRW.OpenView("CS0120", out csQry); sSQL = "Select Name, Description from MYDB.dbo.Table"; csQry.RecordClear(); csQry.Browse(sSQL, true); …
  • Sage300 VBA field edit control .PUTPRESENTATIONMASK

    Hi All, I am doing a "Field Edit Control" and would like to put in a presentation mask. From the programming guide, there is a property ".PutPresentationMask (????"). But where can I find what are the "Mask example", and what does each characters…
  • Error occurred when opening view

    Hi Accpac Gurus, Development Environment: Windows 7, 32bit, visual Studio 2005 VC++, Accpac & SDK 2014 MS SQL Server 2008 Client Environment: Windows 8, 64bit, Sage 300 ERP 2014, MS SQL Server 2008 I am trying to upgrade one of my custom module (Add-on…
  • AccpacCOMAPI vs Accpac.Advantage - closing connections.

    Can anyone tell me advantage or disadvantage of using one over the other? My scenario is that I am writing a C# dll for an external .Net application I am writing. Currently I started out using Accpac.Advantage but am unsure if that is the best approach…