Ask a Question related to Dreamweaver AppDev, Design and Development.
-
kmiracle #1
new line in recordset
When I display text from a memo field in an Access db, the sentences run
together instead of displaying new lines where the users hit Enter. How do I
get the new lines? I know it is possible because I can create the same
application in CodeCharge and it will create the new lines.
kmiracle Guest
-
Forced line break changes previous line endings
Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line... -
text line spacing and line tool
1.) Using InDesign 2.0.2 - When aligning text (in one particular text frame)to a base grid, the text will always skip one line even though the base... -
DRKv5 3D Line Chart line width, rendering problems
I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum... -
RecordSet.Move or RecordSet.AbsolutePosition??
Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to... -
[PHP] Unix end of line versus windows end of line
Hi, I use PHP with apache on two systems.. (linux and windows) when I use PHP on linux, it is ok.. I get Unix end of line, when I write to the... -
J.S. \(UltraSuite\) #2
Re: new line in recordset
<%=Replace(rsCards.Fields.Item("Review").Value,chr (13),"<br>")%>
--
__________________________________________________ __________________
UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
The *most popular* Suites of DMX 2004 and DMX Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________________
J.S. \(UltraSuite\) Guest
-
kmiracle #3
Re: new line in recordset
Thank you very much, that worked great. (it seems so simple after seeing it, I
feel kinda stupid - wait, maybe I am!)
Originally posted by: Newsgroup User
<%=Replace(rsCards.Fields.Item("Review").Value,chr (13),"<br>")%>
--
__________________________________________________ __________________
UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
The *most popular* Suites of DMX 2004 and DMX Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________________
kmiracle Guest
-
chuckomalley #4
Re: new line in recordset
Or you could install the KTML extension if you want a more powerful way to edit the text area.
Cheers
Chuck
chuckomalley Guest
-
J.S. \(UltraSuite\) #5
Re: new line in recordset
> Thank you very much, that worked great. (it seems so simple after seeing
Not knowing something is not stupid, my friend. Only not asking is but then> it, I
> feel kinda stupid - wait, maybe I am!)
you asked. Glad it worked for you.
--
__________________________________________________ __________________
UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
The *most popular* Suites of DMX 2004 and DMX Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________________
J.S. \(UltraSuite\) Guest



Reply With Quote

