On 28/03/06, Steve Onnis <[EMAIL PROTECTED]> wrote:

Sorry

 
Should be just

<cfset queryAddColumn(q_getProperties, "Images", arrayNew(1))>


Ah, that's easier than the way I did it. Changing it now. :)

When it returns multiple items, that's when you use the "group" attributre for the CFOUTPUT tag.

<cfoutput group="popID">

      #property#

      <cfoutput>output the images</cfoutput>

</cfoutput>

 


I'd tried that, but it was causing problems since I'm integrating it into a Flash form instead of just outputting it directly like I normally would. It seems that bindings don't play well with just about anything. :( So the solution I've got now seems to cover what I need, and I've even got the detail display working right (finally)! I feel good. *grin*

Cheers,

Seona.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to