Length of the Text box

tonypang
tonypang Member Posts: 101
I got one scenario let said
My text length 100...
but the text box in report only can drag up to 60 character?
can the system auto move balance 40 character to next line in same text box?


Any master here know about this ?
NAV

Comments

  • mrsa
    mrsa Member Posts: 35
    No system can not automove, you can expand textbox in report, and set property to multiline: yes. But you can not expect that NAV will scale text box size according to text lenght.

    You can try to play with inbteger dataitem that will show rest of text (copystr(var,41,STRLRN(var)-40)) and show this dataitem only if rest of text contain something (CurrReport.SHOWOUPUT(STRLEN(rest)>0)).