Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PROBLEM FOR SCROLLING

Former Member
0 Likes
762

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 ?

6 REPLIES 6
Read only

Former Member
0 Likes
672

Hi,

it should come automatically, check it...

regards

vijay

Read only

0 Likes
672

check your GUI settings and patch level.

regards

vijay

Read only

Former Member
0 Likes
672

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.

Read only

Former Member
0 Likes
672

Else try PAGE DOWN keys and check...

Read only

Former Member
0 Likes
672

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

Read only

Former Member
0 Likes
672

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.