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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wysiwygGER01

  1. wysiwygGER01

    macro to import exchange rates

    Man you are really good! Yes, my shared data folder is a mapped drive. It works for a local drive. I spent hours today trying to find out whats wrong. Is there a way to make it work for the mapped drive as well as I need to have the shared data folder on a mapped drive?
  2. wysiwygGER01

    macro to import exchange rates

    Hi, Sorry to open this thread up again. I've created an executable from the getrates.avb macro and it works well. However it only works if I run it as Administrator and start it manually. When I try to run it as a scheduled task as Adminstrator nothing happens. I tried starting the .exe and...
  3. wysiwygGER01

    AP payment does not show in GL

    Thank you! Option 2 worked
  4. wysiwygGER01

    AP payment does not show in GL

    Hi, I've done a Misc AP payment in Accpac 5.5. I can see the check number in my bank but it did not create a GL batch. No error batch created either. Where could my payment be?
  5. wysiwygGER01

    macro to import exchange rates

    Awesome! Thank you very much!
  6. wysiwygGER01

    macro to import exchange rates

    Hi, We're using Accpac 5.5 and I'm looking for someone to write me a macro which imports exchange rates into Accpac. The macro would get its rates from XE.com for approx 10 currencies and will run daily. Anyone here can help me with this? Please provide contact details.
  7. wysiwygGER01

    record selection vs. SQL Query

    Awesome! Thank you so much for pointing me to SQL Expressions! I did not know what they can be used for. I now have the following selections. {?Year} has to be a string value unfortunately. (if {?AllCountries}<>"1" then {%Country} ={?SpecificCountry} else {%Country} <>"") AND {%Year}...
  8. wysiwygGER01

    record selection vs. SQL Query

    Hi, I'm using CR 10. My report takes very long to run so I set up the below selection statements to speed up the time it takes to produce my report. (if {?AllCountries}<>"1" then {@Country} ={?SpecificCountry} else {@Country} <>"") AND year(pwformatdate({GLPOST.JRNLDATE})) = ToNumber({?Year})...
  9. wysiwygGER01

    Financial Reporter Date

    Thanks again.
  10. wysiwygGER01

    Financial Reporter Date

    Thanks tuba. Wasn't insight discontinued from version 5.6?
  11. wysiwygGER01

    Financial Reporter Date

    Hi, In Accpac 5.5, is it possible to choose a specific date in FR instead of reporting for a whole period?
  12. wysiwygGER01

    trial balance report

    Thanks ettienne.
  13. wysiwygGER01

    trial balance report

    Customization directories? I'm looking to to write my own trial balance report. How do customization directories help me with that? Which table(s) should I use for my my trial balance since I can't access the DLL?
  14. wysiwygGER01

    trial balance report

    Hello, I'm trying to write my first datapipe report by modifying the datapipe report GLTRLR1.RPT. It links to GLTRLA.dll. I modified the report file and copied the datapipe file from the original report into the directory of my report file. I deleted all reference to other DLLs from that file...
  15. wysiwygGER01

    Creating PO from OE

    Great, thx

Part and Inventory Search

Back
Top