‎2006 Jan 20 10:15 AM
Hi all,
I have a long list to output onto the screen simply using write statement,
but the window does not show any vertical scrolling.
What's wrong ?
‎2006 Jan 20 10:23 AM
‎2006 Jan 20 10:25 AM
‎2006 Jan 20 10:25 AM
Hi Macy,
1. Make sure u have used
WRITE 😕
and not simply WRITE
( / means next line )
2. Otherwise, by default, it comes automatically !
regards,
amit m.
‎2006 Jan 20 10:26 AM
‎2006 Jan 20 10:27 AM
hi, also haven't meet a same problem as yours.
But suggest you'd better check the report attribute statement, maybe the problem is due to the line size you set for your report.
REPORT XXXX NO STANDARD PAGE HEADING
MESSAGE-ID XXX
LINE-COUNT XXX
LINE-SIZE XXX.
thanks
‎2006 Jan 20 10:27 AM
I think you are not using the new line character.(i.e write:/..
if you simple use
'write:' statement, then you will get only one line and not vertical scroll bar.