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

Table Control Scrolling issue in Module Pool

Former Member
0 Likes
2,098

Hi,

I've done table control. From Selection screen i've 3 buttons, if we'll press on one button one table control is visible. There if i do scrolling up to 10 records and i come back to selection and press another button again in table control scrolling is at previous place only. May be its nt refreshing.

Kinldy help on this issue.

With Regards,

jack.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,655

Hi,

     Check the attributes of Screen, Their is an option for Hold scroll(Check Box).

     (attributes,flowlogic and Element List)

Regards:

Soumendra

7 REPLIES 7
Read only

Former Member
0 Likes
1,656

Hi,

     Check the attributes of Screen, Their is an option for Hold scroll(Check Box).

     (attributes,flowlogic and Element List)

Regards:

Soumendra

Read only

0 Likes
1,655

Hi,

i cant find that check option. Can u give snap shot for the same.

Thanks,

jack.

Read only

0 Likes
1,655

Read only

0 Likes
1,655

hi,

i've done like below. But no result.

Read only

0 Likes
1,655

Hi,

     Use SET CURSOR  or REFRESH CONTROL statement .

Regards:

Soumendra

Read only

0 Likes
1,655

Hello Jack.

     On each button press, set table control (say TC) TC-top_line = 1.

Regards.

Read only

Former Member
0 Likes
1,655

Hi Arun,

thanks for ur answer.

How to give sort functionality for columns in table control.