Options

Multiline Textbox on Page

jwilderjwilder Member Posts: 263
I am trying to add a fasttab called Gift Messageto page 42 with one control in it that is a textbox with multiline = true. I would like the height of the control to be more than just one line as you can see in the picture. I have put the same textbox on another page by itself in it takes up many lines. Any thoughts on how to make the height span 3 or 4 rows?

Answers

  • Options
    Peter+is1Peter+is1 Member Posts: 174
    Hi,

    you could create 3 or 4 empty fields after the multiline and set RowSpan to 3 or 4.
    This would give you a half width textbox with some kind of line numbers :)

    Would this work for you?

    Good luck.
    \\
    The truth exists in seven versions.
  • Options
    abz_tecmanabz_tecman Member Posts: 27
    Please check the standard work description field on sales order page 42. I think you will be pretty much limited to what Microsoft have done there with this field.
    Abz
  • Options
    ACaignieACaignie Member Posts: 91
    A Multi-line textbox seems to take up the place that is available, which is only one line in your print-screen. If you collapse several fasttabs it should grow.
    If you always want it to have multiple lines you could create 2 groups in your gift message fasttab to split the fields into 2 columns, and add some empty field lines to the second group. NAV will reserve space for these empty fields but won't show anything.
  • Options
    oetijr02oetijr02 Member Posts: 4
    @ACaignie your solution worked for me. Thank you!
Sign In or Register to comment.