08-11-2008 08:34 AM
Hi,
I have two screens...screen1 and screen2.
in screen1 i have a BasicEditField t1. by clicking some button in screen1 i push the control from screen1 to screen2.
now i have executed some logicin screen2 and now i want to set some value to BasicEditField wich is in screen1 and i want to close this screen.
i want to see the updated value in BasicEditField.
Please let me know how to update the BasicEditField in anotherScreen....
Thanks in Advance
Solved! Go to Solution.
08-11-2008 08:42 AM
Hi,
Please look into the API, there is a close method available for Screen class. you can use this to close the currnet Screen. When it comes to display the values on BasicEditField, please look for BasicEditField class it has a methods like setText, insert and getText which will server your requirement.
Thank you.
08-11-2008 09:46 AM