Posted by Matt
2014-04-29

Thanks Tom, that worked like a charm.How did you resize the height of the Note box in the Detail ( Add New / Edit ) Page ?
Posted by Tom
2014-04-29

You can customize the size of the text area in web/codelib/asc/df.fl.(--table-name--).inc.php Open it in a text editor and find code like
'notes'=>array(
.........................
.........................
XA_COLS=>80,
XA_ROWS=>10,
.........................
.........................
.........................
),
where XA_COLS and XA_ROWS specify the number of columns and rows in the textarea respectively.