Hi randy thanks
well the member-idx changes..
well the system goes like this.. 
am adding the members one after another. and by using cfloop and index am making the 
members made absent by deleting them individually later . for that i need to display 
all the added member got it..?>
please do suggest what happes here
but when i make the first person absent only the nest person appears ?
i need all of them get displayed..
-paul

--

On Mon, 09 Apr 2001 13:27:15  
 Adkins, Randy wrote:
>Regarding the cfloop, does the #member_idx# change?
>If not, maybe there is only one record that matches within
>the initial team_member query.
>
>That would be a starting point to look at.
>
>-----Original Message-----
>From: paul . [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 09, 2001 1:02 PM
>To: CF-Talk
>Subject: Re: cfloop is not working please suggest ..SOS hey Guys please
>suggest
>
>
> hey guys please do suggest 
>-paul
>--
>
>On Mon, 09 Apr 2001 09:27:06  
> paul . wrote:
>>Hi all !.. i am using the following coding But it shows just the first
>record only not all that records which match the query.. is this cfloop is
>not working..? But 'indexing' its doing..
>>please suggest
>>-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