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

Setting a textfield after user command to visible

Floatjitsu
Explorer
0 Likes
1,073

Hey there,

in PBO, i have something like this:

LOOP AT SCREEN.
IF screen-name EQ 'LBL_TEST'.
screen-invisible = '1'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.

I want to set 'LBL_TEST' visible again, if user executes a fcode. (i.e. ENTER)

How can I do it?

Best regards

Timur

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

0 Likes
984

Why was I so sure there was a sample in recent online documentation #horst.keller ?

Read only

0 Likes
984

Oh, that's oooold ...