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

variable value as pushbutton caption

Former Member
0 Likes
390

. how to pass a value of variable as a caption of a pushbutton?? please help.

Or

i want that pushbutton should change its label whenever pressed.

Regards........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi Reetu,

Check this post

Regards,

Hema.

2 REPLIES 2
Read only

Former Member
0 Likes
362

Hi Reetu,

Check this post

Regards,

Hema.

Read only

Former Member
0 Likes
361

Hi Reethu,

Yes there is a way, and you'd have to work it a little bit by your own.

Everytime you create a new pushbutton in the pf-status you're asked to

specify if it would have a static text or a dynamic text. Select the

second one. You'll be asked for a field name. Provide it. Finish the

pushbutton creation. In your program you'd have maintain this variable

as any other variable.

Regarsd,

Chaitanya.