Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ksilha

    C# Accpac AP Invoice Batch

    Thanks, I changed the line to "NewAPInvoicebatch.RecordCreate(tagViewRecordCreateEnum.VIEW_RECORD_CREATE_INSERT);" but I am still receiving the error.
  2. ksilha

    C# Accpac AP Invoice Batch

    I tried trimming more fat from both the VBA macro and my program. The VBA macro works, and I cannot determine what is missing from my program. using System; using System.Windows.Forms; using AccpacCOMAPI; namespace AccpacWorkspace { public class CreateInvoice { public...
  3. ksilha

    C# Accpac AP Invoice Batch

    I have been tasked with converting a slew of VB6 apps to C#, and am having trouble creating an AP invoice batch. I get an "HRESULT E_FAIL" error when the program reaches "NewAPInvoicebatch.RecordCreate(tagViewRecordCreateEnum.VIEW_RECORD_CREATE_NOINSERT)" on line 52. I copied the code from a...

Part and Inventory Search

Back
Top