|
| |
|
|
xterradane
Posts: 143 From: Mobile, AL USA Status: offline
|
Memo Field Formatting - 12/13/2001 18:27:56
How do you format Memo fields to look good on the output to user? Using ASP and Access DB. Â
< Message edited by Spooky -- 8/21/2002 1:13:04 AM >
|
|
|
|
xterradane
Posts: 143 From: Mobile, AL USA Status: offline
|
RE: FAQ : Memo Field Formatting - 12/14/2001 10:29:58
I am not using DRW...
|
|
|
|
ginnie
Posts: 527 From: St. Louis MO USA Status: offline
|
RE: FAQ : Memo Field Formatting - 12/14/2001 11:22:14
You can use this function to replace line breaks with the <BR> tag: function AddBreaks(thestring) AddBreaks = replace(thestring,chr(13)&chr(10),"<BR>") end function Then, where you want to write the contents of the memo field you can use: <%=AddBreaks(rs("MemoField"))%> ginnie Global Presence Web Design
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|