Skip to Content
0
Former Member
Sep 15, 2005 at 12:23 AM

Adjusting the screen length during runtime

37 Views

Hi,

I want to adjust the length of the textbox during runtime. my code is somewhat like this:

loop at screen.
if screen-name eq 'V_MSTAE'.
        screen-length = 13.
        modify screen.
endif.
endloop.

But the textbox doesn't seem to adjust its length. Any advice? Thanks.