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

Hiding subscreen

Former Member
0 Likes
400

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

2 REPLIES 2
Read only

Former Member
0 Likes
379

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

Read only

Former Member
0 Likes
379

hi

plzz let me know is my answer is helpfull to u or not if helpfull plzz reward points

dont forget to reward .................