Project

General

Profile

Bug #5112

Static handle type FRAME given to DELETE PROCEDURE or DELETE OBJECT statement. (5428)

Added by Vladimir Tsichevski about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/27/2021
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Vladimir Tsichevski about 3 years ago

The following code fragment displays values from 0 to 2 in the frame, pausing for user input after each value is displayed.

DEFINE VARIABLE i AS INTEGER NO-UNDO.
DO i = 0 to 2:
   DISPLAY i WITH NO-BOX NO-LABELS.
   DOWN 1.
END.
WAIT-FOR CLOSE OF THIS-PROCEDURE.

In FWD:

  1. only the first value 0 is displayed
  2. the message box Static handle type FRAME given to DELETE PROCEDURE or DELETE OBJECT statement. (5428) is opened, then the procedure is complete without waiting for user input.

Also available in: Atom PDF