Consultor Eletrônico



Kbase P10844: Keep messages option sent unwanted informatio to the log file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/15/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

When using Keep-messages option, unwanted information is sent to the log file.

Ex.

Def stream x.
output stream x to "d:\junk\test.log" keep-messages.
Def var x as char.
update x with frame frame-a.
output stream x close.

FIX:

Add NO-ECHO as follow:

output stream x to "d:\junk\test.log" keep-messages NO-ECHO.