junglist666
Technical User
im tryin to get my text area to display the contents of a record of a data type memo field.
i can successfully display the contents of a text field in a form input text box like so..
<input class="addtxtbox" type="text" name="type" maxlength="20" value="<% = rsProperty("address") %>">
but when i try to display the contents of my 'shortdesc' field (memo datatype) then it displays nothin in the textarea.. anyone know why?
<textarea class="area" rows="4" name="shortdesc" cols="40" value="<% = rsProperty("shortdesc") %>"></textarea>
i can successfully display the contents of a text field in a form input text box like so..
<input class="addtxtbox" type="text" name="type" maxlength="20" value="<% = rsProperty("address") %>">
but when i try to display the contents of my 'shortdesc' field (memo datatype) then it displays nothin in the textarea.. anyone know why?
<textarea class="area" rows="4" name="shortdesc" cols="40" value="<% = rsProperty("shortdesc") %>"></textarea>