Advertisement

1 - 10 of 155 containing alltags:("CFLoop") (0 seconds)
i'm now working on a refreshing page, where i've defined option that allow users to select thier refresh time. there is a problem. the image seems to get refreshed but actually it is not gett...
Zones: ColdFusion Application ServerDate Answered: 03/17/2003 Grade: A Views: 0
I am using FieldName collection to get variables from a form and pass these onward using cfhttp as shown below: <cfhttp url="http://myserver/delme/delme.cfm" method="POST" >  <cfloop index="id...
Zones: ColdFusion Application ServerDate Answered: 11/16/2003 Grade: A Views: 0
The code that is pasted below is for a calender application. What I need it to do is loop through and for each day the conference is on I need it to be put into that date on the calender so if ther...
Zones: ColdFusion Application ServerDate Answered: 06/22/2001 Grade: A Views: 0
I have to create a group of query named..level1,level2...leveln. And I choose to use CFloop (form level1 to leveln) to create the query with the same structure but different group of data.So I wan...
Zones: ColdFusion Application ServerDate Answered: 12/30/2002 Grade: A Views: 0
I am trying to apply a recordset to a cfloop, however I'm not too sure how to go about this, haven't done something like this before so if I have the following script... <CFIF IsDefined("Form.cB...
Zones: ColdFusion Application ServerDate Answered: 04/22/2004 Grade: A Views: 0
<cfloop from="1" to="10 index="j">     <cfif some condition break out of the loop> </cfloop> hi, how do I make the above loop work? I have tried this: <cfloop from="1" to="10 index="j" cond...
Zones: ColdFusion Application ServerDate Answered: 07/19/2004 Grade: A Views: 0
I have a query that generates a list of account numbers (the quantity per customer varies).  So, in <cfform tag, I use a <cfloop query to list the account numbers.  Next to each account number, I p...
Zones: ColdFusion Application ServerDate Answered: 12/05/2004 Grade: A Views: 0
Hi, I have a form for updating standings for a bball league: <cfquery name="findStandings" datasource="xxx"> SELECT num,          teamName,          teamWins,          teamLosses,          league FROM stan...
Zones: ColdFusion Application ServerDate Answered: 12/08/2004 Grade: A Views: 0
How do I reference a query contained within a loop.  In other words, I have query2 within <cfloop query="query1">.  All my variables that reference query2 are erroring as undefined. Error: Varia...
Zones: ColdFusion Application ServerDate Answered: 06/02/2005 Grade: A Views: 0
Basically I have a form that contains product info (the product is a toner cartridge). A toner cartridge can have multiple compatible printers associated with it. What I'm trying to is display thes...
Zones: ColdFusion Application ServerDate Answered: 09/06/2005 Grade: A Views: 0