‎2008 Mar 17 6:18 AM
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
‎2008 Mar 17 6:30 AM
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.
‎2008 Mar 17 6:23 AM
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.
‎2008 Mar 17 6:30 AM
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.
‎2008 Mar 17 6:35 AM
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
‎2008 Mar 17 6:41 AM
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.