Bug #9631
DISPLAY: value clipped by frame
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
15692
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Vladimir Tsichevski over 1 year ago
- File 9631-1.png added
- File 9631-2.png added
The code:
DISPLAY "SOME MESSAGE LONG ENOUGH" WITH FRAME k. WAIT-FOR GO OF FRAME k.
displays:
The message displayed does not fit in the frame width.
And the code:
DISPLAY "SOME MESSAGE LONG ENOUGH" SKIP "VERY LOOOOOOONG MEEEEEEEEESAGE" WITH FRAME k. WAIT-FOR GO OF FRAME k.
displays:

now the frame width is increased by the next line, but both lines are clipped right still.