• ACCPACCOMAPI Order Prepayment not working

    Hi, I'm trying to automate order ->prepayment->shipment->invoice with COMAPI. I did what I usually do by recording a macro and see the code. I'm able to create the shipment and the invoice but I cant see the prepayment in ARBTA. Sub MainSub() ' ' Sage…
  • Does ACCPAC.Advantage depend on Windows.Forms?

    Trying to use the .NET ACCPAC.Advantage library in a console app and it's saying I need a ref to windows.forms DLL? Is this normal? Do I really need win forms?