I am creating a document where the content is extracted from
a query created from the content of a MSSQL database.
Each datarecord is the content of the document. The problem I
am facing is that the data fields are returned as pure text
records. When CF renders the document, the query returns text
contents eliminates all the returns spaces and paragraph format.
When the content of the return record is a document section
with several paragraphs, the resulting query returns all the text
together but without the text return spaces and all the paragraph
are run together.
You can see what I see in
http://www.spccwriter.com
userid: test pasw:123 hit Get SPCC . The document pw is: test
You will notice that many of the section run the paragraph
together suppresing the return to separate a paragraph from another
(Like in section 112.2 Definitions).
Any hint how to do this correctly? I am not sure if the trick
resides in the CF coding or in the cfquery Database formating
parameters.