Consultor Eletrônico



Kbase P6522: How to run Character Results reports outside of Results
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/01/2003
Status: Unverified

GOAL:

How to run Character Results reports outside of Results

FIX:

Reports, Labels and Exports can be run outside of Results except when the report contains "Ask at run-time".

In order to run a Report (Label, Export) you must add the following:

DEFINE NEW SHARED VARIABLE qbf-total AS INTEGER NO-UNDO.
OUTPUT ......... /* whatever, such as TO TERMINAL PAGED */
RUN rep00001.p. /* or exp00001.p or lbl00001.p */
OUTPUT CLOSE.
RETURN.