Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
jtoevs32 #1
Memo Field with Access
Hopefully someone can help me with this. I have a memo field in Access, I type
for example into the text box on the webpage: (ignore the >)
* Note the space between the sentences.>John Doe called to notify that he wants to cancel has membership.
>
>He is not sure what number to call.
When I call the field back through <cfoutput> it displays it without the
space: i.e.
sure what number to call.>John Doe called to notify that he wants to cancel has membership. He is not
Can some please help me. How do I display it with the space without having to
type <br> after each paragraph.
jtoevs32 Guest
-
#38458 [Com]: Fails to get values of fields following a MEMO type field in MS Access
ID: 38458 Comment by: johnc at inkjetinc dot com Reported By: costas at meezon dot com Status: Assigned Bug... -
Format Access memo field?
Hi all, Just trying to figure out how to format a returned MS Access memo field with Coldfusion. Nothing special. Just want it to retain returns... -
problem displaying MEMO field from ACCESS 2000 on WINDOWS 20003
Hi, I have been using access 2000 for two years on WINDOWS NT to display dynamic aweb page using ASP My ISP has now changed to Windows 2003,... -
How do I get an Access memo field over several lines in HTML?
I'm trying to replace vbCrLf with <BR>, but it doesn't work for some reason. Could someone please correct the code, or tell me of a better... -
MS Access Memo Field and ASP
I have a memo field in a MS Access table. The contents of the field may look like this: 1. This is number one 2. This is number 2 3. Skipping... -
jdeline #2
Re: Memo Field with Access
TEXTAREA has a "WRAP" attribute that will solve your problem. I don't remember
which value the attribure takes to do this - I think it is "hard". See
[url]http://www.idocs.com/tags/forms/_TEXTAREA_WRAP.html[/url]
jdeline Guest
-
cfmlgirl #3
Re: Memo Field with Access
when you displaying your text put it in <PRE>YOUR TEXT</PRE> tags.
cfmlgirl Guest



Reply With Quote

