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 programming problem

Former Member
0 Likes
701

I have a problem with subscreen that i developed.

In screen 200 there are 2 subscreens 270 and 250, user comes to the screen 200 when he hits create button in screen 100. now if i hit a back button on screen 200 and hit create again, the subscreen areas 270 and 250 are not getting cleared.

actually i am clearing all the variables for this subscreen areas before i say SET SCREEN 0.LEAVE SCREEN.

can anyone help me?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
681

Hi,

You need to clear the values in the 200 screen, it will not clear if you write the clrear in the subscreen ......

Regards

Sudheer

5 REPLIES 5
Read only

Former Member
0 Likes
682

Hi,

You need to clear the values in the 200 screen, it will not clear if you write the clrear in the subscreen ......

Regards

Sudheer

Read only

0 Likes
681

I am already clearing the variables in screen 200 and in MODULE USER_COMMAND_0200.

Read only

0 Likes
681

Hello,

Try clearing the fields on the PBO for that screen.

Bye

Gabriel

Read only

0 Likes
681

thanks i could able to solve the issue.

I was passing screen number as a variable in CALL SUBSCREEN and i had to make it 290 (blank screen) when my input parameters are initial.

Thanks

Read only

Former Member
0 Likes
681

I could able to solve the issue by myself.