‎2009 Oct 27 2:54 AM
hi experts,
i use table control wizard to create a table control with scroll,i wanna keep the four buttons and hide the scrollbar,i read a forum,they said to uncheck the scroll options(vertical,horizontal scroll),but why i can't find the properties in the table control property
by the way,if i can change the table control height dynamic for the first show
best regards
zlf
Edited by: lf z on Oct 27, 2009 3:55 AM
‎2009 Oct 27 3:25 AM
HI
Just double click on any corner area of Table Control and go to the Attribute of the Table control and Uncheck the Vertical and Horizontal Resizing.
if you still get the Scroll then Search in the program for DESCRIBE TABLE ITAB LINES TC-LINES if you find this then replace
TC-LINES with a temp Variabl
Cheers
Ram
‎2009 Oct 27 7:56 AM
hi Ram,
the first way is not working
the second way seems get the effect,but as i said i till wanna keep the four scroll buttons working,your way make me no way to scroll my table control
and my second question any suggestion,i mean if my itab contains 20 items,i wanna the table control display 10 items at a time,and if my itab get 40 items,the table control should display 20 at a time
best regards
zlf
Edited by: lf z on Oct 27, 2009 8:57 AM
‎2009 Oct 27 8:03 AM
Hi,
Could you please rephrase your requirement? I dont seem to understand. What four buttons do you wanna keep scrolling? Do you want the scroll bar of your table control to be disabled?
‎2009 Oct 27 1:03 PM
hi Nitwick ,
Scroll: Four scroll buttons below the table control that can be used to scroll the table display.
when we use table control wizard,we can check the scroll checkbox,and the four scroll buttons will be located below the table control
best regards
zlf