‎2007 Dec 29 8:03 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:58 AM
Hi,
best thing is u can resize table control in screen such that all 10 records can fit into it on screen.
or
<tablecontrol>-lines = '10'.
Edited by: vijay Mekala on Dec 29, 2007 12:59 PM
‎2007 Dec 29 11:58 AM
Hi,
best thing is u can resize table control in screen such that all 10 records can fit into it on screen.
or
<tablecontrol>-lines = '10'.
Edited by: vijay Mekala on Dec 29, 2007 12:59 PM
‎2007 Dec 31 5:55 AM