Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table control

Former Member
0 Likes
380

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"

3 REPLIES 3
Read only

Former Member
0 Likes
357

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

Read only

Former Member
0 Likes
357

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.

Read only

0 Likes
357

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.