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 scroll problem

Former Member
0 Likes
674

Hi,

I have designed table control and dat is populating.

but problem is rows are gettung cleared while scrolling down.

How to avoid.?

Please reply me ASAP.

Regards,

Kranthi

5 REPLIES 5
Read only

prince_isaac
Active Participant
0 Likes
635

Hie

Please check in the attributes of the table control whether both vertical and horizontal resizing are selected.

In PAI make sure you are not clearing any of the worlk areas you are using to populate your table control

regards

Isaac Prince

Read only

0 Likes
635

Hi Prince,

I have checked my table control,bot horizontal,vertical resizing were selected,

and in PAI there is no free or clear or refresh statement.

Please give me reply ASAP.

Regards

Kranthi

Read only

0 Likes
635

Hi

Can u post how u transfer the data from internal table to table control?

So your PBO process

Max

Read only

Former Member
0 Likes
635

Hi,

Please switch on the debugger before scrolling down in table control.

This will give you the code that is being executed during scroll down and also the reason of your reported issue.

Also, I wouid suggest not to hardcode the no of lines in table control.(in case you are doing so).

Hope it helps you.

Read only

0 Likes
635

i have given har code lines to ctrl lines,

if this is the problem okay,but in mu control i am not able to enter line item more than 1..thats y i have givenn some 100 to contol-lines.

tell me how can i enable all the rows in table control.

Regards,

Kranthi