Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
DuLaus #1
Nested Loop
Hi I am attempting to output this data using a table but things do output very
well. Do I need nested looping. Thanks <table width='100%' border='0'> <tr>
<td width='25' valign='top'> <cfset rates =
#aAvailabilityContainer.getRates()#> <cfloop from ='1' to ='#arrayLen(rates)#'
index='jj'> <cfoutput>#rates[jj].getRate()# </cfoutput><br> </cfloop></td> <td
valign='top'> <cfset desc = #aAvailabilityContainer.getRates()#> <cfloop from
='1' to ='#arrayLen(rates)#' index='kk'>
<cfoutput>#desc[kk].getPlanDescription()#</cfoutput><br> </cfloop></td> <td
width='25'>#other#</td> <td width='25'>#url#</td> </tr> </table>
DuLaus Guest
-
XML nested Loop?
hi all. I´ve just completed a little test for making a tree component with custom icons / bransch. However, i can only get my first branch to... -
#40768 [NEW]: nested foreach break -- infinite loop - serious
From: rave235 at gmail dot com Operating system: winxp PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug... -
Nested loop woes.
Hi, I am quite new to using Director and am having some trouble with some nested loops. I am trying to create a drum machine, whereby users... -
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
Question on Dynamic Array/Nested Loop approach
Hello, I have the following code which populates as table data from a SQL Server 2000 stored proc (RSByDemoID2). Below that is the view and... -



Reply With Quote

