‎2007 Jun 12 9:32 PM
Hello,
I'm working with screen painter and have a program which by click of a button [Map] will take you to a second screen 101 and when the user clicks the [Back] button it will take them back to initial screen 100 but once the [Map] button is click again the second screen 101 retains its initial values.
My question: Is there away to "reset" or "destroy" the screen after leaving it?
MODULE user_command_0100 INPUT.
save_ok = ok_code.
CLEAR ok_code.
CASE save_ok.
WHEN 'EXIT' OR 'CANCEL' OR 'BACK'.
reset screen 101 **
WHEN OTHERS.
output = save_ok.
ENDMODULE.
Thank you for your help!
‎2007 Jun 12 9:36 PM
Hello,
Clear all fields which are there on the screen 101.
If you have a table contorl, then refresh the internal table.
Regards,
Naimesh
‎2007 Jun 12 9:36 PM
Hello,
Clear all fields which are there on the screen 101.
If you have a table contorl, then refresh the internal table.
Regards,
Naimesh