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

Former Member
0 Likes
697

Hello Friends,

In one of the custom Screens there is a small SAVE Push Button.

For some of the Purchase orders based on Document type this button should be visible and for some document Type it should be invisible.

Any Suggestions on this.

Thanks,

Ster

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

HI,

Use loop at screen.

first make field invisible.

then

if condition is true.

screen-invisible = '0'.

modify screen.

Hope it helps.

3 REPLIES 3
Read only

Former Member
0 Likes
681

HI,

Use loop at screen.

first make field invisible.

then

if condition is true.

screen-invisible = '0'.

modify screen.

Hope it helps.

Read only

0 Likes
678

Thanks Mukul and Venkatesh.

Ster

Read only

Former Member
0 Likes
678

hi use this..

screen-active is for the invisible not this..

screen-invisible

loop at screen.

screen-active = 0.

endloop.