Ask a Question related to Dreamweaver AppDev, Design and Development.
-
bcunning989 #1
Keeping paragraphs from memo fields
Hi all
I'm pretty new to Dreamweaver, I've been using Drumbeat 2000. In Drumbeat
there are contracts that are applied to a text field, change CRLF to BR and
Change BR to CRLF, which will take text from a memo field and have it properly
display as HTML. Is there anything like that for Dreamweaver, or can someone
show me how to do it?
Thanks!
bcunning989 Guest
-
updating access memo fields
How can one use Flash to update an Access Memo field and retain the whitespace a user inputs? See Paul Gubbay's Time Entry Application: Sample... -
Exporting Memo Fields to Excel
Hi There I have a page that exports membership information from coldfusion into excel and all works very nicely apart from the few fields that... -
Using UNION with Memo fields
This worked a few months ago, but since we did our coldfusion upgrade it's hosed. I'm doing a help page for our company (for various fields in our... -
Memo fields in MS Access
Is there anyone that really uses DB2 8.1 memo fields in MS Access? I'm experiencing a lot of problems with them. I tried both using LONG VARCHAR... -
Memo fields
Sounds like Extend mode. Next time this happens, see if EXT appears in the status bar. You've probably bumped F8. Esc is supposed to cancel... -
Manuel Socarras #2
Re: Keeping paragraphs from memo fields
type the text in DW design view, copy in code view and paste in your
memo field
bcunning989 wrote:> Hi all
>
> I'm pretty new to Dreamweaver, I've been using Drumbeat 2000. In Drumbeat
> there are contracts that are applied to a text field, change CRLF to BR and
> Change BR to CRLF, which will take text from a memo field and have it properly
> display as HTML. Is there anything like that for Dreamweaver, or can someone
> show me how to do it?
>
> Thanks!
>Manuel Socarras Guest
-
bcunning989 #3
Re: Keeping paragraphs from memo fields
Thanks for the reply Manuel, but that won't work. This is text coming from a
memo field in an access database into an application I've done in dreamweaver.
I'm trying to convert the crlf from access into the html <br> as drumbeat could
do.
bcunning989 Guest
-
Manuel Socarras #4
Re: Keeping paragraphs from memo fields
i assumed you were able to create the DB, did you inherit it already
fullfilled?
bcunning989 wrote:> Thanks for the reply Manuel, but that won't work. This is text coming from a
> memo field in an access database into an application I've done in dreamweaver.
> I'm trying to convert the crlf from access into the html <br> as drumbeat could
> do.
>Manuel Socarras Guest
-
Lionstone #5
Re: Keeping paragraphs from memo fields
It's not built in, but I believe there are extensions on the Exchange.
It's actually pretty easy. You mentioned Access, so here's the ASP
solution:
<%=Replace(yourRS.Fields.Item("yourMemo").Value,ch r(13),"<br>")%>
"bcunning989" <webforumsuser@macromedia.com> wrote in message
news:d5o8he$cdq$1@forums.macromedia.com...> Hi all
>
> I'm pretty new to Dreamweaver, I've been using Drumbeat 2000. In Drumbeat
> there are contracts that are applied to a text field, change CRLF to BR
> and
> Change BR to CRLF, which will take text from a memo field and have it
> properly
> display as HTML. Is there anything like that for Dreamweaver, or can
> someone
> show me how to do it?
>
> Thanks!
>
Lionstone Guest
-
RobGT #6
Re: Keeping paragraphs from memo fields
Maybe one of my extensions will help?
Cheers,
Rob
[url]http://robgt.com/[/url]
Tutorials: [url]http://robgt.com/tutorials/index.asp[/url]
Extensions: [url]http://robgt.com/products/index.asp[/url]
RobGT Guest



Reply With Quote

