Application Development 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: 

Module Pool programming problem

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Hello,

Try clearing the fields on the PBO for that screen.

Bye

Gabriel

0 Kudos

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

Former Member
0 Kudos

I could able to solve the issue by myself.