0

wrap text??

How do you wrap text in a field box?

7 replies

null
    • hanimax4001
    • 5 yrs ago
    • Reported - view

    let a := styled(concat('코드'.'명칭'), "", "red", "white");
    let b := styled('입고품명', "", "");
    let c := styled(concat('7.청구서'.'C품명'), "", "");
    if concat('코드'.'명칭') then
    a
    else
    if '입고품명' then b else c end
    end

    • rotationwizard
    • 5 yrs ago
    • Reported - view

    This reply makes absolutely no sense to me. Is there an easy way to wrap text in a field?

    • Birger_H
    • 5 yrs ago
    • Reported - view

    If you change the height of a text field like this:

    Screen Shot 2018-07-06 at 14.21.45,767

    Birger

    • mdaly01
    • 5 yrs ago
    • Reported - view

    I believe wrap when printing it out. It doesn't wrap it prints a long line of text. How do you wrap it when printing"

    • jel888
    • 1 yr ago
    • Reported - view

    Is there any answer to this last question?  The text doesn't wrap in the print preview no mater what is showing on the screen as mentioned by Birger H.

    • Mel_Charles
    • 1 yr ago
    • Reported - view

    Have you tried using a multi line text box instead?

    • Mel_Charles
    • 1 yr ago
    • Reported - view

    So okay tested in with a normal text field.

    here is my field on the form. You can see the text fills the field and the text is truncated.

    In the print design edit mode - you  select the field and drag the handles so that it is wider in one or both directions

     

    and here is the same field on the final print layout! (when viewed or printed )

     

    Hope that helps

Content aside

  • 1 yr agoLast active
  • 7Replies
  • 2036Views
  • 2 Following