Adding a row in editable report

(2 posts) (2 voices)
  1. KymWade, Member

    When using a nvarchar(max) parameter the input box comes up with a single line text entry box rather than a mutli line expandable text input box like it does when I use nvarchar(255). I am using MS SQL as the database back end. Can this be changed to show the expandable mutli line text input box?

  2. myDBR Team, Key Master

    The nvarchar(max) should show the textarea. We'll change that. For now you can just use a large enough numeric length for the parameter or use the text datatype.

    --
    myDBR Team


Reply

You must log in to post.