Kbase P106276: What's the differences between _PRNTRB2 and _PRINTRB?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2006 |
|
Status: Unverified
GOAL:
What's the differences between _PRNTRB2 and _PRINTRB?
GOAL:
How to determine whether to use _PRINTRB or _PRNTRB2
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
_PRNTRB2 is a Multi-instance version of the _PRINTRB interface.
_PRNTRB2.P should be used instead of _PRINTRB.P when multiple reports
will be run simultaneously. This procedure differs from _PRINTRB.P in
two ways:
1 - The parameters are written to a uniquely-named file instead of
always writing them to RBRUN.TXT. This file is deleted by the Report
Engine when it is finished unless the -rbfilenodel parameter is
specified in RBSTART.PF.
2 - There is no report status file by default (_PRINTRB.P always writes
the status to RBRUN.OUT). If you require a report status file, the
filename must be specified in the cOutputFile parameter.