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

    I am assuming that there is no way of doing this?
  5. newcmelgar

    Optional Tables

    I repeat: All you need to do for your purposes is: 1. Create a price list for all the customers that need different descriptions. 2. Copy the item pricing 3. Change the description for the price list you created. 4. Assign this price list to the customers that need it. But I am lost then? I...
  6. newcmelgar

    Optional Tables

    Not sure what you are trying to do. But it seems that you would like to have a different descriptions for a some customers. But it is actually the same part. Hope I am right. If so, 1. Create a price list for all the customers that need different descriptions. 2. Copy the item pricing 3...
  7. 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...
  8. newcmelgar

    Accpac printing problem

    You should update pervasive to all machines on the network.
  9. newcmelgar

    How to make macro call Crystal Reports?

    How do I make my macro not use the session object? I would like to take it away because Accpac is the VBA host. Private Sub PrintMyReport_Click() Dim session As New ACCPACXAPILib.xapiSession session.Open "ADMIN", "ADMIN", "MISYS", #2/9/2004#, 0 Dim rptobj As...
  10. newcmelgar

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

    Some are piped and some are not. But, I guess that I am usually going to be better of if I redo the reports instead of upgrading them. Thanks anyway.
  11. 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
  12. 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