Application Development 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: 

Problem related to Dialog Programming

Former Member
0 Kudos

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

Please suggest.

5 REPLIES 5

Former Member
0 Kudos

hi,

we cant provide scroll bar to subscreen.

it is not possible to this.

please reward points, if it is useful.

regards,

umakanth

Former Member
0 Kudos

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.

0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

Thanks for inputs.

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

So, please suggest accordingly.