Hi Guys am encpountering a problem with Cfloop.. here is the codiw i have done and , 
itseems it displays only the first record for the comditions.. but i need all the 
records that meet the condition..
please help SOS
-paul 




 <cfloop index=loopcount from=1 to=#qry_get_team_members.recordcount#>
          <cfif #qry_get_team_members.rec_id[loopcount]# eq #member_idx#>
          <div align="center">#qry_get_team_members.name[loopcount]# </div>
          </cfif>
        </cfloop>
        </font></td>
      <cfloop index=loopcount from=1 to=#qry_get_meetings.recordcount#>
        <cfif qry_get_meetings.rec_id[loopcount] eq meeting_idx>
        </cfif>
      </cfloop>


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to