If you have the actual RTF code stored in the db then this could work for
you.

<cfset output=''>

<cfoutput query="q">
  <cfset output=output & rtfData & '\page '>
</cfoutput>

You would then need to output the output variable to a temp file and use
CFCONTENT to serve that file to the client.

HTH,

Joseph DeVore
VeloxWeb Technologies


-----Original Message-----
From: Gary Groomer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 08, 2002 6:25 PM
To: CF-Talk
Subject: Open Multiple Rich Text Format (RTF) Files On One Page


Does anyone know how to open multiple Rich Text Format (RTF) files on one
html page?  The text for the RTF files will be stored in a database and each
file will have it's own fonts and layout that needs to be maintained.  Any
ideas would be greatly appreciated.

Gary Groomer

______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to