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

Screen starting at

Former Member
0 Likes
657

Hi,

I am using two screens.

Normal Screen(100) and Modal Dialog Screen(200) starting at 5 5 ending at 50 10.

Normal screen(100) calls the Modal Dialog(200) screen and while returning , Screen 100 is changing to the size of Modal Dialog screen.

I dont want this resizing of screen 100. Any parameter / any option to maximize the screen 100 ???

Thanks

Hi,

I am using two screens.

Normal Screen(100) and Modal Dialog Screen(200) starting at 5 5 ending at 50 10.

Normal screen(100) calls the Modal Dialog(200) screen and while returning , Screen 100 is changing to the size of Modal Dialog screen.

I dont want this resizing of screen 100. Any parameter / any option to maximize the screen 100 ???

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
621

Hi,

for the Screen 100,

In the attributes

In the

Lines /columns

In maintainence 30 240 this will give the lenghth of that screen fixed.

Hope this cannot change the screen values.

Regards,

Madhavi

Read only

0 Likes
621

The Values are already there.

Read only

Former Member
0 Likes
621

Hi,

i think you are calling screen 100 in screen 200. you just leave from screen 200. it is enogh. use statement LEAVE SCREEN in screen 200.

Read only

0 Likes
621

After Leave screen (in screen 200 ) screen 100 is getting resized to that of Screen 200.

Is there anyway to maximize the screen / prevent this.