‎2007 Dec 29 8:05 AM
Hi,
I don't want V-scroll bar in my Table control .
I want it should be diseble mode how to do that.
It should not play any roll and its rows or line should be 10 only .
‎2007 Dec 29 11:05 AM
Hi Majid,
You would have declared your table control as e.g.
CONTROLS table TYPE TABLEVIEW USING SCREEN 9000.
In your PBO, set
CLEAR table-v_scroll .
This will disable the vertical scroll, Also for fixing the number of rows in table control set
table-lines = <number_of_rows>.
Regards,
Aditya Laud
‎2007 Dec 29 11:05 AM
Hi Majid,
You would have declared your table control as e.g.
CONTROLS table TYPE TABLEVIEW USING SCREEN 9000.
In your PBO, set
CLEAR table-v_scroll .
This will disable the vertical scroll, Also for fixing the number of rows in table control set
table-lines = <number_of_rows>.
Regards,
Aditya Laud
‎2007 Dec 31 5:57 AM
Thanks Aditya,
Point has been given.
Can you give me Your mailid
i have few quries on Table control i want to send with screen short.
my id is
majid9.khan@gmail.com
thanks again