navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Memo Field Formatting

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Memo Field Formatting
Page: [1]
 
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 >
steven

 

Posts: 12
Joined: 12/13/2001
From: Australia
Status: offline

 
RE: FAQ : Memo Field Formatting - 12/13/2001 19:47:48   
I think Spooky has an answer for this:
http://www.outfront.net/spooky/adv_drw_val.htm


(in reply to xterradane)
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...

 

(in reply to xterradane)
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

(in reply to xterradane)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Memo Field Formatting
Page: [1]
Jump to: 1





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