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

Dialog program - label problem

vallamuthu_madheswaran2
Active Contributor
0 Likes
742

Hi Friends,

in dialog programing, I need to change a label name during runtime. what is the solution?

Thanks & Regards,

Vallamuthu.M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

Hi,

For this you can define a field as a INPUT/OUTPUT Field with the Property OUTPUT Only , later on you can change the content means the value of this field when makeing a call to screen & then based on user action you can again write your code in PAI of that screen & change the value of this field.

Hope this helps.

4 REPLIES 4
Read only

Former Member
0 Likes
684

Hi friend,

Where do you display your labeL? please give more info

thanks

Read only

faisalatsap
Active Contributor
0 Likes
684

Hi, Madheswaran

For this you can use a INPUT/OUTPUT Field with the Property OUTPUT Only as a Label, this way you will be able to change it at run time.

Thanks and Regards,

Faisal

Read only

Former Member
0 Likes
685

Hi,

For this you can define a field as a INPUT/OUTPUT Field with the Property OUTPUT Only , later on you can change the content means the value of this field when makeing a call to screen & then based on user action you can again write your code in PAI of that screen & change the value of this field.

Hope this helps.

Read only

0 Likes
684

> & then based on user action you can again write your code in PAI of that screen & change the value of this field.

Hi, Adarsh

I think if you want to change any modification in screen have to write code in PBO not in PAI.

Please Correct me if wrong.

Thanks and Regards,

Faisal