Groups | Blog | Home
all groups > coldfusion flash integration > april 2005 >

coldfusion flash integration : cfgrid inside a <cfoutput query="myQuery" group="GROUP">


DavidGhous
4/7/2005 1:16:03 AM
Is it possible to use a cfgrid inside a cfoutput with a query and a group. When
I try do that I get the following error: INVALID_CHARACTER_ERR: An invalid
or illegal XML character is specified. The error occurred in
E:\CFusionMX7\wwwroot\PowerCash\client\position.cfm: line 37 35 :
</cfformgroup> 36 : </cfoutput> 37 : </cfformgroup> 38 : </cfform> Here is
the code <cfform format='Flash' width='100%' height='100%' timeout='1800'>
<cfformgroup type='tabNavigator'> <cfoutput query='allAccounts'
group='CN'> <cfformgroup type='page' label='#COUNTRY#'> <cfgrid
name='accountsGrid+#USRPFX#+#ACCID#' rowheaders='true'> <cfgridcolumn
name='accno' header='Account Number' mask='999999-999-999-999-99'>
<cfgridcolumn name='bookbal' header='Balance' dataalign='right'> <cfloop
query='allAccounts'> <cfgridrow data='#accno#,#bal#'>
</cfloop> </cfgrid> </cfformgroup> </cfoutput>
</cfformgroup> </cfform>
DavidGhous
4/12/2005 12:00:00 AM
AddThis Social Bookmark Button