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 TouchToneTommy 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: newcmelgar
  • Content: Threads
  • Order by date
  1. newcmelgar

    I need help exporting data of AR receipts in 5.2

    Hi, I have created a macro to export the receipt batches from AR in 5.2. However, the files that come out are empty. Can someone help me spot my error. =========macro========== Sub ExportArReceiptBatch() Dim ReturnValue As Boolean Dim CompDBLink As AccpacCOMAPI.AccpacDBLink Set...
  2. newcmelgar

    Crystal 9.0 with Accpac 5.2

    Has anyone deployed Crystal reports 9.0 and Accpac 5.2? How did you do it? What do I need to do? I will greatly appreciate the info
  3. newcmelgar

    Importing O/E shipments into O/E 5.2A with SP3

    Hi, I wanted to know if somebody could help me importing shipments into o/e 5.2a with sp3. The scenario is as follows: 1. Using O/E order entry to enter orders (duh!) Then exporting the data to an old manufacturing system. 2. Then when the manufacturing system process the orders (they are...
  4. newcmelgar

    Changing the print status of an order in 5.2

    Hi, I am having a hard time trying to change the print status of an order. Is this possible? Anyway, here is the code and I am not sure if it is ok. Sub MainSub() On Error GoTo ACCPACErrorHandler Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink Set mDBLinkCmpRW = OpenDBLink(DBLINK_COMPANY...
  5. newcmelgar

    Does anyone know how to convert reports from 5.1 to 5.2?

    Hi, I am trying to converted canned reports from Accpac Advantage series 5.1 (with little modifications) to Accpac Advantage series 5.2 Has anybody done this? I would really appreciate any help. Thanks, Carlos
  6. newcmelgar

    INTEGRATE ACCPAC ADVANTAGE WITH A DOS PROGRAM

    Hi! I would like to know if anybody could help me out in creating a macro that: 1. Exports the orders from Accpac Advantage series Order Entry that have been entered or modified during the day into a CSV file. This file will get imported into my DOS application and I will process the ship...

Part and Inventory Search

Back
Top