‎2010 Sep 16 10:23 AM
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
‎2010 Sep 17 11:18 AM
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.
‎2010 Sep 17 11:34 AM
No, if i remove this statement the scroll bar is working fine..
‎2010 Sep 17 11:42 AM
‎2010 Sep 17 12:12 PM
‎2010 Sep 17 12:17 PM
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
‎2010 Sep 24 9:50 AM