‎2008 Oct 29 12:06 PM
hai,
my first screen is 1000 where i am giving some inputs but when i go into the next suppose 2000 and when i come back to screen 1000 i am unable to see the inputs which i gave before.
please help me out.
‎2008 Oct 29 12:07 PM
Hi,
Declare the screen fields of screen 1 as global variables.
Best regards,
Prashant
‎2008 Oct 29 12:08 PM
Hi,
Check if you are not clearing the values of the first screen elements.
If it is a table control, check whether you are modifying the corresponding internal table in pai..
Thanks & Regards,
Navneeth K.
‎2008 Oct 29 12:09 PM
Hi,
Have you holding your workareas. Try to hold your values in workarea.
Cheers!!
VEnk@
‎2008 Oct 29 12:35 PM
hello raju, those variables are getting cleared either leaving to second screen or coming back to first screen.
check in those two places. dont clear there. ur problem will be solved.
Regards,
Ajay
‎2008 Oct 29 12:36 PM
Hi,
Check ur screen layout. You need to declare ur I/O field as your work area. And also chk u r not clearing the value on first screen.
Thanks.
Nitesh
‎2008 Oct 29 12:36 PM
Hello Raju,
check in 2 places.
1. at the time of leaving to 2nd screen
2. coming back to first screen.
dont clear the variables there.
ur problem will be solved.
Regards,
Ajay
‎2008 Oct 29 12:42 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh
‎2008 Oct 29 12:50 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh
‎2008 Oct 29 12:51 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh
‎2008 Oct 29 12:53 PM
Hi
Use
When 'BACK'.
Leave to screen 0.
It will come back to the initial screen
‎2008 Oct 29 12:53 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh
‎2008 Oct 29 12:58 PM
Besides above answers, you can flag "SET" and "GET" in attribute fields on the screen-painter. In this case you won't need a global variable.
regards,
Alexandre
‎2008 Oct 29 1:02 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh
‎2008 Oct 29 1:04 PM
Hi Raju,
Did u check your screen layout where you need to put the same I/O field as your work area field?
Also check whether you are not clearing the work area before calling the first screen.
Thanks.
Nitesh