‎2008 Sep 25 11:51 AM
Hi All,
I have requirement that i need to change the Push button text, means if i called the screen from other program the text on the push button should be one value and if i called from different program the push button text should come differently.
Please suggest on this.
‎2008 Sep 25 12:09 PM
1. Create the Push Button, without text and give name to the button (XYZ)
2. Create a variable with the same name (XYZ)
3. At run time assign the value to the name (XYZ).
‎2008 Sep 25 12:23 PM
create ab push button without any text. In the run time you can assign test to this as follows.
suppose name of the button is PUSHBUT.
PUSHBUT = 'EDIT'.