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="accordion">
    <cfformgroup type="repeater" query="q_thequery">
        <cfformgroup type="page" label="{q_thequery.currentItem.col1+'
'+q_thequery.currentItem.col3}">
             <cfformitem type="html"
bind="{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

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to