Consultor Eletrônico



Kbase P75157: How to reuse a Results calculated field outside of the report
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/17/2006
Status: Unverified

GOAL:

How to reuse a Results calculated field outside of the report.

FIX:

This can be accomplished by modifying the .p generated by results.

1. Modify the definition of the calculated field so that it is defined as an OUTPUT PARAMETER.

2. In the calling procedure, define a variable to hold the result.

3. Pass the variable as OUTPUT to the Run statement that executes the report. For example:

Run report.p (OUTPUT calcField).