‎2007 Dec 17 10:23 AM
Hi,
Am using a subscreen 2001 in the main screen (2000).
I need to make this subscreen invisible when the main screen is displayed for the first time. Then after I press a push button in the main screen, it shud be visible.
How can I do this??
Regards,
Kalai
‎2007 Dec 18 11:21 AM
Hi
in the PBO of the subscreen write like this
if w_flag is initial.
loop at screen.
screen-active = 0.
endloop.
else.
loop at screen.
screen-active = 1.
endloop.
endif.
in the PAI of the screen 2000.
assign w_flag.
i.e. w_flag = 'x'.
plzz reward if usefull
dontforget to reward
feel free to ask any quiries my mail id mutyalasunilkumar@gmail.com
‎2007 Dec 18 11:46 AM
hi
plzz let me know is my answer is helpfull to u or not if helpfull plzz reward points
dont forget to reward .................