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

V-scroll bar in TabCtrl

Former Member
0 Likes
424

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

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

2 REPLIES 2
Read only

Former Member
0 Likes
394

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

Read only

Former Member
0 Likes
393

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