Consultor Eletrônico



Kbase P61746: Using SKIP(n) in a report and report is not lining up properly
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/04/2005
Status: Verified

SYMPTOM(s):

Using SKIP(n) in a report

Report is not lining up properly

CHANGE:

Migrated from Progress 6.2 to Progress 9.1D

CAUSE:

From Progress 7.x onwards, reports that no longer line up properly need to use the STREAM-IO option in the FORM, FRAME and DISPLAY statements. This change is caused by Progress' implementation of Vermont Views for screen and file I/O.

FIX:

Modify the source code and add WITH STREAM-IO to each FORM, FRAME and DISPLAY statement that is part of the report.