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

Former Member
0 Likes
706

hi all,

i have a dialog, and i try to put data from table on label wich locate on screen

and its not work.

but if i change the label to text box its work.

is it possible to put data dinamically in labels that locate on screen?

thanks.

dana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

No you cant put text dynamically in label as per my knowledge

hi all,

i have a dialog, and i try to put data from table on label wich locate on screen

and its not work.

but if i change the label to text box its work.

is it possible to put data dinamically in labels that locate on screen?

thanks.

dana.

3 REPLIES 3
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
675

Hi,

U cannot change labels dynamically..

Instead of it go for the textbox and in the attributes of the textbox, check the output only...

it will serve ur purpose...

Cheers,

Simha.

Read only

Former Member
0 Likes
676

No you cant put text dynamically in label as per my knowledge

Read only

Former Member
0 Likes
675

thank you,

it helped.