Guest_imported
New member
- Jan 1, 1970
- 0
Hi Guys am encountering a problem with Cfloop.. here is the code
i have done and , itseems it displays only the first record for
the conditions.. 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>