Can anyone see why this code is producing duplicated output for every
record.  This ran perfectly in the local dev enironment using CF5.0 and
Access 2000.  Moved to staging using CF50 and SQL2000 we are getting each
record twice.  Here is the code: -

<cfoutput query="ProdSupSel">
 <tr bgcolor="#IIf(CurrentRow Mod 2, DE('ffffff'), DE('dededf'))#"
valign="top">
 <td><font face="Verdana" size="-1">#SupplierName#</font></td><td><font
face="Verdana" font size="-1">#City#</font></td> <td><font face="Verdana"
font size="-1">#Comments#</font></td>
 </tr>
 </cfoutput>

Kind Regards - Mike Brunt
Tel: 562.790.8631
Instant Messaging
AIM: MediaEmbee
Yahoo: MediaEmbeeYH




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to