In CFMX 7 using flash forms,I can't seem to work out how to set the
label of each page to be an expression of 2 columns concatenated
together.

<cfformgroup type=3D"accordion">
   <cfformgroup type=3D"repeater" query=3D"q_thequery">
       <cfformgroup type=3D"page"
label=3D"{q_thequery.currentItem.col1+'
'+q_thequery.currentItem.col3}">
            <cfformitem type=3D"html"
bind=3D"{q_thequery.currentItem.col4}"></cfformitem>
       </cffromgroup>
   </cfformgroup>
</cfformgroup>

It works with a simple expression "{q_thequery.currentItem.col3}" but
not with anything more complicated.

Has anyone managed to get this working? If so, how did you do it?

Chris
-- 
Chris Velevitch
Manager - Sydney Flash Developers Group
www.flashdev.org.au

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210846
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to