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 strongm 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: *

  • Users: Shacktar
  • Content: Threads
  • Order by date
  1. Shacktar

    Accessing Accpac 5.3 from VB

    Hello, I'm just wondering what's the code for opening an Accpac 5.3 session from VB. The equivalent in 5.2 would be: Session.Init("", "AS", "AS1000", "52A") What would it be for 5.3 B?
  2. Shacktar

    Progress Bar - Freezing Problem

    Hello everyone, I have a simple windows form with a progress bar on it. I can get it to update when I want it to and it looks fine. However, whenever I move my form, the progress bar freezes. Is there any way to correct this?
  3. Shacktar

    Want to manually input taxes in AP

    Hello all, I'm writing a VB.Net application using the COMAPI to import AP invoices into Accpac. I am trying to manually input GST amounts but Accpac seems to over-write whatever it is I'm putting in. I need to calculate the taxes seperately since not all of the invoice amount is taxable. So, is...
  4. Shacktar

    Macro won't record importing into AR Customers

    Hi all, I've been trying to record a VBA macro which imports a given CSV file to AR Customers. Unfortunately, all the macro records is the opening of the windows. There is nothing after that. Do you guys have any ideas? thanks, shacktar
  5. Shacktar

    Problem with inserting into Accpac with VB.Net

    Hi all, I've figured out the syntax for using the COMAPI with Visual Basic.Net. But, I am having trouble actually inserting data into the detail (AR0042). When I call ".Insert", the program gives an "Unspecified error" (COMException) and crashes. Here is the code I'm using (I'm getting all the...
  6. Shacktar

    Import to Accpac from Visual Basic.NET: Is it possible?

    Hello, I want to write a program (using VB.Net) that imports data to Accpac as an accounts receivable batch. I know this is possible in VB 6. I'm just wondering if it's possible in .Net. If it is, can someone point me in the right direction? I have been searching for documentation and came out...

Part and Inventory Search

Back
Top