<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000323.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T06:07:12</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#68404" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#40947" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#36132" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#34409" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#33490" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30660" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30314" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#68404">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#68404</link>
		<description>CFMX7 + CR9. The Formula parameter works on database fields, as well as true Crystal formulas. If you have this formula: CustomerID, the syntax becomes:&lt;br /&gt;...formula=&quot;{@CustomerID} = '#request.CustomerID#';&quot;...&lt;br /&gt;Note the mandatory curly braces as well as the @ symbol!&lt;br /&gt;Formula also works on database fields as defined in Crystal:&lt;br /&gt;...formula=&quot;{CustomerTable.CustId} = '#request.CustomerID#';&quot;&lt;br /&gt;&lt;br /&gt;Lastly, it is not possible to use CF variables between &lt;cfreport..&gt; and &lt;/cfreport&gt;; the variable is not evaluated but the complete syntax is passed to Crystal (which then assumes the pound signs denote a date).</description>
		<dc:creator>MU</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-14T06:43:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#40947">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#40947</link>
		<description>There is a tech note:&lt;br /&gt;&quot;Flash Player 8 issue with cfdocument and cfreport&quot;&lt;br /&gt;at&lt;br /&gt;http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=a8a77279</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-17T11:10:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#36132">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#36132</link>
		<description>It sounds like some sort of character set and/or encoding issue. &lt;br&gt;&lt;br&gt;One solution might be to use the Arial-Unicode MS font, which contains characters required for most languages. If your report supports multiple languages, consider using this font.&lt;br&gt;&lt;br&gt;You might also consider reading the Managing Fonts topic in the Report Builder online Help.&lt;br&gt;&lt;br&gt;Another option is to post your question to the online forums: http://webforums.macromedia.com/coldfusion</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2005-06-29T13:46:33</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#34409">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#34409</link>
		<description>What about spanish characters for flashpaper format?, they doesn't show up right...&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;é shows like È</description>
		<dc:creator>Rodrigo Alarcon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-04T00:35:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#33490">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#33490</link>
		<description>The path to the report definition file (specified in the template attribute) is relative to the calling cfm, not the webroot.</description>
		<dc:creator>Frickie</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-17T09:16:41</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30660">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30660</link>
		<description>The only thing that would cause this to fail is if the storedproc happened to return multiple result sets. The documentation should have mentioned this fact and I have entered it into our bug tracker as bug numer 60000.&lt;br&gt;&lt;br&gt;Also, please remember that LiveDocs is intended for documentation-related comments and that you will get better and quicker answers by posting questions like this to the online forums: http://webforums.macromedia.com/coldfusion or click the Forums link on any CFMX 7 LiveDocs page.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-03-30T14:21:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30314">
		<title>coldfusion/7/htmldocs/00000323.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000323.htm#30314</link>
		<description>The QUERY attribute does not work when executing stored procedures.  We use Sybase 12.0 and have to use stored procs...but the CFREPORT QUERY attribute won't recognize the fieldnames returned...yet you can CFDUMP, CFOUTPUT, or CFLOOP through the query to see they DO EXIST!&lt;br /&gt;&lt;br /&gt;Is this NEW report feature THIS buggy already?</description>
		<dc:creator>shaunstl</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-23T12:20:39</dc:date>
	</item>
	</rdf:RDF>

