‎2008 Aug 06 9:26 PM
hi all,
iam having a table control in which i can enter 5 records. after that if i want to enter another record i cant do so, vertical scrol bar is not active ( on selection screen)
i had used this syntax then also it is not working.
Describe table it_test lines tctrl-lines. "Horizontal scroll bar"
‎2008 Aug 06 10:44 PM
Hello Pawan,
Eventhough you specify the table control properties for adding the Horizontal scroll bar . You need to add more entries to the table control and also you need to make sure you specify the correct properties on the table control. In the general attributes on the table control you can see Resizing and separators with two options Vertical and horizontal. You need to specify the proper properties value.
Hope this helps.
Thanks,
Greetson
‎2008 Aug 06 10:56 PM
hi,
i had try with that option in table control by clicking both the checkbox ,
it is active for horizontal bar.and not for vertical bar..
what is the exact way for doing that.
‎2008 Aug 07 4:19 AM
Hi,
In the screen painter while designing the table control, there are properties specific to that table control. In that there will be default length, visible length, height. Set those properties according to your requirement.
Sharin.