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

Changing Screen Painter's labels during program execution

Former Member
0 Likes
559

Hi,

How can I change the text shown in a label of the screen painter, during the program execution?

Thanks in advance.

Edited by: Fernando Barbosa on Apr 29, 2008 7:52 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
383

Simplest way is to make it a Input/Output field and make it OUTPUT only which will make it look just like a label.

Then you can just move your text to the I/O field name.

1 REPLY 1
Read only

Former Member
0 Likes
384

Simplest way is to make it a Input/Output field and make it OUTPUT only which will make it look just like a label.

Then you can just move your text to the I/O field name.