• Running a Crystal Report with a range parameter from Web Services using (CWSGPRTRT) Generic Print Report

    We have set up an outside App that calls the Generic Print Report (GWSGPRTRPT). You pass the report name, language, destination, and an array of parameter names and values separated by "~". We have gotten this process to work, but only if the specific…
  • How to send crystal report by mail

    We have a report file that is generats a PDF and we need to send it by mail once it was generated. Documentation says that we can use "REPORT" entry point to do that. After some tests, we see that "REPORT" subroutine is called before the report file…