Tuesday, July 9, 2013

Much Needed Crystal Reports Improvements

  1. Upgrade code
    Currently, code is VB6.  Should be upgraded to .NET to accept nullable parameter variables.
  2. Text Definition Files.
    RPT files are currently in binary format. This excludes report generation using code generation tools, and fixing Crystal Report nuances by editing the definition file.
  3. Modify Order Of Parameters on Prompt Screen.
    You define Parameter A and then you define Parameter B, and setup your selection formulas. Then, you decide that Parameter B should come before Parameter A on the parameters prompt screen that crystal shows before printing the report. You're in trouble. There is currently no way to modify the order of the parameters prompt. You will have to remove references of Parameter A from all formulas and then remove the Parameter. This will bring Parameter B first. Then you add Parameter A again and setup again all formulas you removed.

No comments:

Post a Comment