Skip to Content
0
Former Member
Apr 24, 2009 at 04:02 PM

Hiding custom control in a dialog

101 Views

Hi experts ,

Just I want to hide the calender custom control in dialog screen conditionally as

it can be done for other screen elements .

Is there any way for it , I tried with capturing the custom control element using the code as follows

if wa-order_type eq 'AB'.

loop at screen.

if screen-name eq 'CCTRL_REMIT'.

screen-active = 0.

modify screen.

endif.

endloop.

endif.

This code does not work..

I apprecaite ur inputs in it

Thanks

Santhosh