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

Problem related to Dialog Programming

Former Member
0 Likes
653

How can I add scroll bar to a sub-screen ?

Please suggest.

5 REPLIES 5
Read only

Former Member
0 Likes
615

hi,

we cant provide scroll bar to subscreen.

it is not possible to this.

please reward points, if it is useful.

regards,

umakanth

Read only

Former Member
0 Likes
615

Hi,

it is not possible for subscreens, it can be done in tablecontrols and steploops.

we can just see the subscreen

we cant apply any applications to that window.

please reward points,if it is helpful.

regards,

satish.

Read only

0 Likes
615

Actually the data which is to be displayed in main screen (from sub-screen) is more than the designed dimension (area) for sub-screen. Is there any other option to display that data (option other than scroll)?

I hope my query is clear.

Please suggest.

Read only

Former Member
0 Likes
615

if you want to add scroll bar to your table control it can done as follows.

(tablecontrol name)-lines = 100.

(tablecontrol name)-v_scroll = 'X' .

for vertical scrolling

Read only

0 Likes
615

Thanks for inputs.

But actually its not a table data. I have to display a whole calender in the subscreen.

So, please suggest accordingly.