Kbase P100972: Printing to a file from the Report Builder Engine produces a blank file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/02/2005 |
|
Status: Unverified
SYMPTOM(s):
Printing to a file from Report Builder Engine prore.exe produces a blank file.
Printing to a text file from the Report Builder tool works as expected.
Predefined Engine parameters used in the 4gl code that calls Prore.exe:
rb-include-records = "O"
rb-filter = "<Override Criteria>"
CAUSE:
The 4gl code that called Prore.exe provided criteria in the rb-filter parameter that did not produce a result set. The database tables(s) the report was designed against had no records that met the criteria.
FIX:
Be sure the criteria specified in the rb-filter produces at least one record.