Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding module pool program

Former Member
0 Likes
394

Dear Experts,

How can I change the push button text dynamically on the screen?

2 REPLIES 2
Read only

I066686
Product and Topic Expert
Product and Topic Expert
0 Likes
366

Hi,

In screen Painter give the name for Pushbutton(eg:push_name)and in properties of the button select the property as output only .

In PBO of the particular screen ,

 if cond1.
    push_name = 'your dynamic text1'
     else.
     push_name = 'your dynamic text2'.                    
     endif.

I hope it helps you.

Wih regards,

Kiruba

Read only

vinod_vemuru2
Active Contributor
0 Likes
366

Hi,

Please use proper subject line related to the issue. Else moderators will lock the thread. This question hasbeen asked many times here. Please search the forum before posting.

Thanks,

Vinod.