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: 

Dialog Program

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

HI,

Use loop at screen.

first make field invisible.

then

if condition is true.

screen-invisible = '0'.

modify screen.

Hope it helps.

0 Kudos

Thanks Mukul and Venkatesh.

Ster

Former Member
0 Kudos

hi use this..

screen-active is for the invisible not this..

screen-invisible

loop at screen.

screen-active = 0.

endloop.