2007 Jul 16 5:35 PM
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
2007 Jul 16 5:49 PM
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
2007 Jul 16 5:49 PM
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
2007 Jul 16 7:43 PM
I am already clearing the variables in screen 200 and in MODULE USER_COMMAND_0200.
2007 Jul 16 8:05 PM
Hello,
Try clearing the fields on the PBO for that screen.
Bye
Gabriel
2007 Jul 16 11:51 PM
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
2007 Jul 16 11:52 PM