Kbase P123970: "PUT SCREEN" statement used in GUI environment terminates client session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/21/2007 |
|
Status: Unverified
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
"PUT SCREEN" statement used in GUI environment terminates client session
Client session crashes with ACCESS VIOLATION
prowin32.exe has generated errors and will be closed by Windows.
You will need to restart the program.
An error log is being created.
DEFINE VARIABLE wl_dialog AS WIDGET.
CREATE WINDOW wl_dialog.
CURRENT-WINDOW = wl_dialog.
PUT SCREEN "message".
CAUSE:
The PUT SCREEN statement is only supported in character environments.
FIX:
Do not use PUT SCREEN statements in a GUI environment.