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 resizing in Table control

Former Member
0 Likes
885

Hi,

I am using 2 table controls in a screen . I have marked vertical resizing in attributes of the screen. but it is not allowing for vertical scroll. i have checked out in all screen attributes . Please help me with this issue.

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
659

in the PBO include these lines

<tabctrlname> is the name of the table control placed on the screen.

it_tabctrl is the internal table data that is being passed to the table control.

describe table it_tabctrl lines N.

<tabctrlname>-lines = N.

Regards

Gopi

4 REPLIES 4
Read only

Former Member
0 Likes
659

hi i don think it ll scroll down if the table control is empty...

try entering some values and den scroll dowm.

Read only

gopi_narendra
Active Contributor
0 Likes
660

in the PBO include these lines

<tabctrlname> is the name of the table control placed on the screen.

it_tabctrl is the internal table data that is being passed to the table control.

describe table it_tabctrl lines N.

<tabctrlname>-lines = N.

Regards

Gopi

Read only

0 Likes
659

i tried out that solution but its still not allowing for vertical scroll.

Read only

Former Member
0 Likes
659

Hi,

You can get the vertical scrolling automatically based on the records which u want to display in the table control.

Try to print more than 100 records. Then observe the output displayed.

Thanks,

chandu.