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

Module Pool : Subscreen

Former Member
0 Likes
665

Hi,

9000 - main screen with 1 sub-screen area

9001 - subscreen-1

9002 - subscreen-2

Also, a GUI_STATUS I have included, it has 2 push buttons.

Now my reuirement is,

1. By default my main screen - 9000, will have 2 push buttons and the subscreen area should be blank.

2. When user clicks on Button-1, 9001 subscreen to be loaded in 9000 subscreen area.

3. When user clicks on Button-2, 9002 subscreen to be loaded in 9000 subscreen area.

Kindly help me on this...

With Rgds,

S.Barani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

hi,

U need to call any of the subscreen in the area by default.

for ur requirement wat u need 2 do is.

create any empty screen and call this subscreen in that.

4 REPLIES 4
Read only

Former Member
0 Likes
640

Hi,

if u have a sub screen area u should call one of the sub screen by default.

in this situation create another screen(empty) and show this at the beginning(default screen)

rgds,

bharat.

Read only

Former Member
0 Likes
641

hi,

U need to call any of the subscreen in the area by default.

for ur requirement wat u need 2 do is.

create any empty screen and call this subscreen in that.

Read only

0 Likes
640

Hi,,

As u both said,

I have created a dummy sub-screen and I have included in PBO..of main screen (9000) and it is coming ..

Now tel me how to proceed further..

With Rgds,

S.Barani

Read only

Former Member
0 Likes
640

Hi,

First create a subscreen area and two push button in 9000 screen.

and in PAI of 9000 give call sub--screen code to that subscreen area.

Thanks,

Arunprasad.P

Reward if useful.