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 Chris Miller 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. kenaruj

    Sage CRM ASP Customizations

    Hi All- We're using Sage CRM 6.1 (which now includes the Extensibility Module) and I am creating a new Company tab that shows all persons with either a primary or secondary relationship to the Company. The new tab uses the ASP code below.. <!-- #include file = "accpaccrm.js" --> <%...
  2. kenaruj

    Combine records in mail merge

    How do you get multiple records to appear on the same letter? For example, customers w/ 1 or more orders. Sending a letter to the customer with a few details of each order (#, date, amount). I have a list with the necessary data, just need to put it into the form letter. I am using Word 2007...
  3. kenaruj

    Email/E-Mail Statements, Letters, etc. using Lotus Notes

    Can Accpac v5.3A send emails using Lotus Notes instead of Outlook? Thanks.
  4. kenaruj

    Report of Payments and AR by Sales GL Account

    How did you handle a Credit Note to a partially paid invoice? Or credit notes in general? If the item being credited has been previously paid for then the amount of the credit has to be backed out of the G/L account and possibly applied to another G/L account in the case of a partially paid...
  5. kenaruj

    ACCPAC ERP 5.3 ARRRD Table

    Anyone know if/when the ARRRD table gets populated within Accpac Corporate Edition 5.3A? Do I need to run something to populate it?? Thanks,
  6. kenaruj

    Report of Payments and AR by Sales GL Account

    Accpac ERP 5.3A Crystal 10 I need to create the following two reports... First Report: A report of payments by Sales GL Account. This report is used to assess Credit Card bank charges to each area within our organization. Each GL account identifies a specific area. My plan is to associate each...
  7. kenaruj

    Customizing Inventory Count Report (ICWK05.rpt)

    You were 99.99999% correct. Ok 100% correct! I ran WSSetup/Setup.exe and UnInstalled the Crystal 9 Runtime and then ran it again and Installed the Crystal 9 Runtime and now it works. Thanks for the help, you've saved my head and the wall both!
  8. kenaruj

    Customizing Inventory Count Report (ICWK05.rpt)

    I checked System Information and we have 5.3A (Corporate Edition) (Build 45) (Service Pack 3). All other reports run fine. Ideas? Is there any error log that would say exactly what the problem is, besides "Unable to Load Report" ?
  9. kenaruj

    Customizing Inventory Count Report (ICWK05.rpt)

    I think we installed the Crystal 9 Runtime files, but to be sure, I reran WSSetup/Setup.exe (Modify) and checked Crystal 9 Runtime. I still get "Unable to Load Report". Is there anyway to verify the Crystal 9 Runtime files are installed? If I've saved it in Crystal 10, can't it use the...
  10. kenaruj

    Have Accpac Macros appears in the Taskbar

    Is it possible to have Accpac macros appear in the taskbar? Oftentimes, I'll be running a macro and click on another window and the macro gets lost behind the other windows. It would be nice to have the macro appear in the taskbar (like all other applications) when ran. If there isn't currently...
  11. kenaruj

    Customizing Inventory Count Report (ICWK05.rpt)

    I'm using 5.3A and CR10. After customizing the ICWK05.rpt (added tables ICWKUHO and ICBOMH) I tried to run Inventory Reconciliation (IC3630) within Accpac and it gives me the following error "Unable to Load Report". The report runs fine within Crystal Reports. Next, I made a copy of the...
  12. kenaruj

    Macro Development - Fetch vs Read

    I had previously created a macro that loops through orders using .browse and .fetch (see code below). However, as more and more orders are put into the system (5000+), the macro takes longer and longer to run (now taking up to a minute to get to the first record). I have been trying to redo the...
  13. kenaruj

    Customizing ACCPAC control within a macro

    [UPDATE] I've found a partial workaround for changing the values of the combo boxes. If I run the macro and change the Use Slip, Select By, and Sort By areas and then right click on the form to bring up the settings menu and click 'Save Settings As Defaults' then next time the macro is ran...
  14. kenaruj

    Customizing ACCPAC control within a macro

    I am trying to create a macro within 53A that displays the OE1300 control and modifies the default values that appear. I’ve added a reference to ‘Picking Slips (AccpacOE1300) ACCPAC UI Control’ and have placed the control on a new UserForm within the macro. I have been able to set the checkbox...
  15. kenaruj

    Create macro to display Crystal Report

    The above report pulls data from a single custom table 'ARDEV' that has been created within the ACCPAC DAT database (although future versions of the report will need to use data from 'ARCUS').
  16. kenaruj

    Create macro to display Crystal Report

    I’ve created a Crystal Report (v10) and am now trying to create a macro within ACCPAC (53A) that when ran, displays the report using data from the company that the user is logged in under. In the report, I’ve created the following Parameter Fields -CMPNAME -PATH -EXT -DATE I saved the...

Part and Inventory Search

Back
Top