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

Issue in table control scroll bar

Former Member
0 Likes
728

Hi experts,

In Table control I used the following code,

Refresh control 'TCDATA' from screen '200'.

If i use this code i cant able to scroll the data when the table control having multiple lines.

Can any one suggest me?. what i need to do for this..

Edited by: sai.bala on Sep 17, 2010 12:22 PM

6 REPLIES 6
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
700

Its not because of this statement.

Check few things like,

1) have you set the property lines of table control in PBO

2) check the property v_scroll of table control , whether it is set to X.

Read only

0 Likes
700

No, if i remove this statement the scroll bar is working fine..

Read only

0 Likes
700

erm, why not remove it then?

Read only

0 Likes
700

Where have you placed this statement ?

Read only

Former Member
0 Likes
700

Hi ,

try this...



Refresh control 'TCDATA' from screen '200'.
"write this statement below refresh table control
* Describe lines of internal table to extend the table control Vertical
* scroll bar
  DESCRIBE TABLE <tablename> LINES TCDATA-lines.

prabhudas

Read only

0 Likes
700

thanks a lot..

regards

chandhru