If I use cfoutput with query="foo" and the queries record count is 0.  The 
CFoutput is not stepped into.

Has this always been true?

I have some code like this and noticed that I never returned the "NOT FOUND" 
statement because if the recordcount is zero the cfoutput is skipped over.


<cfoutput query="getShots">
<cfif getShots.recordcount EQ 0>
        #variables.i#, NOT FOUND<br />
<cfelse>
        #variables.i#,#getShots.Filename#,#getShots.JID#,#getShots.status#<br />
</cfif>
</cfoutput>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307186
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to