Forums
This topic is locked
Access 2000 memo field
Posted 25 Feb 2002 11:36:16
1
has voted
25 Feb 2002 11:36:16 Carsten Hansen posted:
Hi,I have a problem with displaying memo field in UltraDev. All the text is displayed but the layout is not imbedded. Space and Enter is ignored.
Do anyone know why ? <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replies
Replied 25 Feb 2002 14:03:58
25 Feb 2002 14:03:58 Owen Eastwick replied:
When you display the memo field on the page:
<%= Replace(RecordsetName.Fields.Item("MemoFieldName".Value, VbCrLf, "<BR>" %>
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
<%= Replace(RecordsetName.Fields.Item("MemoFieldName".Value, VbCrLf, "<BR>" %>
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 25 Feb 2002 14:34:32
25 Feb 2002 14:34:32 Carsten Hansen replied:
Thanks !!! i works perfekt <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>