• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

NAB - Display and Edit large text field.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NAB - Display and Edit large text field.

    I have a simple table which hold notes about orders. The note field itself is over 200 char long.

    I plan to build a NAB edit-grid to display the note and allow the user to edit it.

    Looks like I can break the note up and wrap it using custom formatting but what's the best way to do this when editing or adding a new record? I was hoping to have a box to type the full note into.

    Thanks,

    Behyar

  • #2
    Hi Behyar - if using the edit grid, it will default to use a textarea if the field is >= 600 characters. We have discussed possibly changing this or possibly making it configurable.

    You can also use create a form widget against the data source. The form widget will allow you to specify any editable character field as a textarea.

    thanks,
    Sean

    Comment

    Working...
    X