Application Development 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: 

screen

Former Member
0 Kudos

hi

i created a text item on a screen

i set it as visible ( i marked V in the check box invisible in the display attributes in the screen painte )

and i want this text item to become visible when i enter the following condition:

if temp eq '1'.

loop at screen.

if screen-name eq 'DATA'.

screen-invisible = 1. (i tried to put 0 but it also didnt work ) modify screen.

endif.

endloop.

endif

i used the debugger and it enter the condition.

please help me.

3 REPLIES 3

Former Member
0 Kudos

Hi

try screen-visible = '1'.

screen-input = '1'.

screen-active = '1'.

regards,

Ramya

0 Kudos

it helped me

but insted of what u wrote it needs to be

screen-invisble = '0'.

thanks.

Former Member
0 Kudos

Hello,

After move the value 1 modify the screen.

screen-input = y_k_0.

MODIFY SCREEN.