Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
DavidGhous #1
cfgrid inside a <cfoutput query="myQuery" group="GROUP">
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.cf m: 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 Guest
-
Change settings to "Always Allow" via Group Policy
We upgraded our Flash Players from v6 to v8 (I know v9 is out we haven't go there yet) a couple months ago, and we've just noticed that we can not... -
"group by" - order of rows in group
this is simple example: TABLE SCHEMA: create table my_table( id int unsigned not null auto_increment primary key, project varchar(255) not... -
cfoutput cfquery "group processing" error
I am attempting to write data to an html table from three different Access tables. I have three (3) queries in the cftransaction, each later query... -
Elements "pasted inside" change position when parent group is re-sized
Anyone else have this problem? I've got a fairly complex logo -- all vector elements created in FH (11.01). The group includes several... -
Debian Equivalent of Group "Wheel"?
Dear List, Iım a newcomer and tried to find this topic in the archives, but I had trouble using Glimpse to filter out ³wheel mouse². I hope Iım... -
DavidGhous #2
Re: cfgrid inside a <cfoutput query="myQuery"group="GROUP">
Can someone from Macromedia address this issue? thx.
DavidGhous Guest



Reply With Quote

