Consultor Eletrônico



Kbase P5473: Frame Prints Twice When Defined Twice
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/27/2003
Status: Unverified

FACT(s) (Environment):

Sequent PTX

FACT(s) (Environment):

Progress 8.3B

SYMPTOM(s):

Frame prints twice

Second view of the frame contains no data, on static text

CHANGE:

Frame is used in two reports that are both going to the same output stream (stream is closed/opened for each report)

CAUSE:

Source code defined the frame (form) twice. The first time was at the top of the program and the second was within an IF/ELSE statement.

FIX:

Define the frame (form) only once