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 IamaSherpa 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. 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

    Thanks for your reply. I have already recorded a Macro when I inputted taxes manually and for some reason, the taxes I put in are still over-written. Here is my code if that helps: Dim importScreen As New Importing Dim import_number As String = NumbersComboBox.Text Dim Session...
  4. Shacktar

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

    Yeah, I ended up using a VBA macro and translating it to .Net.
  5. 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...
  6. 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
  7. Shacktar

    Problem with inserting into Accpac with VB.Net

    My program is now working! I used the Macro and I have to say, it's a really powerful tool. I just translated the VBA code to .Net and made some minor adjustments, then it worked perfectly! Thanks guys for your input.
  8. Shacktar

    Problem with inserting into Accpac with VB.Net

    Thanks guys for your replies. Unfortunately, it still doesn't work with the changes I've made. I've looked at the Accpac errors object right as I insert and it gives me lots of errors. Each error has something to do with the fields being blank or invalid. I have checked with the debugger right...
  9. 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...
  10. 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