2010 Feb 10 1:42 PM
Hi
I need to change the TEXT of my screen elements at runtime..
Is there anyway to do that...???
2010 Feb 10 2:40 PM
If you need to change the label text dynamically then u need to create a variable which will contain the dynamic text and use this variable to display dynmaic texts.
Thanks,
Abhishek
If you need to change the label text dynamically then u need to create a variable which will contain the dynamic text and use this variable to display dynmaic texts.
Thanks,
Abhishek
2010 Feb 10 2:40 PM
If you need to change the label text dynamically then u need to create a variable which will contain the dynamic text and use this variable to display dynmaic texts.
Thanks,
Abhishek
2010 Feb 10 3:57 PM
HAI,
You should create a variable in your program with the same name as of your screen element. Then depending on the requirement change the text of this variable in your program. It directly affects the Screen element. This works for the I/O textfield screen elements. In case you want to change the text for a Label field, it is not directly possible. So create an I/O text field element on your screen and set the property as output only (it now acts as a Label). Then follow the same process as above.
Best Regards,
rama
2010 Feb 11 3:48 AM
Thanks everyone for ur reply...
This thread can be closed now....
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |