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

vertical Scroll bar does not appear in table control

Sharadha1
Active Contributor
0 Likes
355

Hi ,

I have a table control with both vertical and horizontal scroll bars.

The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar

does not appear at times..but if i run the program again, it appears..

Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.

Any suggestions ? why is this happening?

Regards,

Sharadha

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
311

You have inserted data in the internal table and not "informed" the table control

In the PBO, use a statement like

DESCRIBE TABLE <itab> LINES <control>-lines.

Regards

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
312

You have inserted data in the internal table and not "informed" the table control

In the PBO, use a statement like

DESCRIBE TABLE <itab> LINES <control>-lines.

Regards