How many queries do you have? I thought it was one resultset. If it is, just
reference the image details in the output.

I get the feeling I'm missing something here, sorry if I'm being a bit dense
:OS

Ade

-----Original Message-----
From: Will Tomlinson [mailto:[EMAIL PROTECTED]
Sent: 23 January 2005 02:13
To: CF-Talk
Subject: Re: How to make this query work


That should pull back one image for each product.

Dumb question time... How do I incorporate that cfourput query into the main
output query? here's my cfoutput as it stands now without images.

 <table width="100%" align="left" cellpadding="5" cellspacing="0">
       <tr class="style1">
           <td>Title</td>
           <td>Price</td>
           <td>&nbsp;</td>
           </tr>
           <cfoutput query="getprodsearch">
            <tr bgcolor="###IIF(CurrentRow MOD 2, DE('333333'), DE('000000'))#">
            <td class="prodinfotd">#prodmodeltitle#</td>
                         <td 
class="prodinfotd">#DollarFormat(prodsellprice)#</td>
                          <td><a 
href="itemdetail.cfm?MODEL=#prodmodelcode#">Details and
purchase</a></td>
                  </tr>
                </cfoutput>
      </table>
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191469
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to