2014 Aug 14 10:39 AM
Hi Expert,
I have problem in the following scenario..
I design screen say '0230' and set property of one push button(Show) is invisible.
I am calling screen '0230' multiple time based on run time.
When I calling screen '0230' in third time I want to enable that push button(show).
How could I do this.
Please explain me....
Regards,
Rajavel Nj
Hi Expert,
I have problem in the following scenario..
I design screen say '0230' and set property of one push button(Show) is invisible.
I am calling screen '0230' multiple time based on run time.
When I calling screen '0230' in third time I want to enable that push button(show).
How could I do this.
Please explain me....
Regards,
Rajavel Nj
2014 Aug 14 10:47 AM
Hi,
Keep a counter variable to count how many time the screen has been called.
Each time a call is made of the screen increase the counter.
In the PBO of the screen called screen where you want to hide the button, Modify the pushbutton invisible attribute by LOOP AT SCREEN.
Regards,
Ashish
2014 Aug 14 10:53 AM
Hi,
Set a counter and if the counter value equals 3
In PBO of 230 you write the code for hiding the push button
Regards
Arun VS
2014 Aug 14 11:10 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |