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?
Adding a row in editable report
(2 posts) (2 voices)-
-
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.