Skip to Content
0
Former Member
Feb 17, 2009 at 09:30 PM

Modal Screen size change....

170 Views

Hello Gurus,

I have defined around 10 I/O fields on a Modal Screen. Now based on certain conditions, some of the fields are made inactive (not to be shown on screen). Now Iif there are only 2 fields to be shown on screen, then I want, the modal screen to adjust to the number of fields displayed and not stay as big as for 10 fields.

loop at screen.

***Certain logic.

IF.....

SCREEN-ACTIVE = '0'.

MODIFY SCREEN.

ENDIF.

endloop.

How can I achieve this ?

Regards,

Rajesh.