Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
ForgetFOO #1
What's the iterator when using CFGRID?
new to CF7, and was wondering how would i output/alert the PK (primary key)
when looping through the results using CFGRID? easily done when output'n with
cfoutpout/cfloop, but i only get the first one returned when i try this code:
<cfform name="blogListForm" format="Flash" height="170" skin="halosilver">
<cfgrid name="BlogList" selectmode="single" query="getBlog"
colheaderbold="yes" onChange="alert('#getBlog.Blog_ID#')">
<cfgridcolumn name="Blog_ID" display="No" />
<cfgridcolumn name="Title" header="Blog Entry" />
<cfgridcolumn name="BlogType" header="Category" width="150" />
<cfgridcolumn name="CommentCount" header="Comments" width="80" />
</cfgrid>
</cfform>
any help or illumination is appreciated ;)
/foO
ForgetFOO Guest
-
ANNOUNCE: Iterator v0.02 and associated modules.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Version 0.02 of the following modules Iterator Iterator::Util Iterator::IO Iterator::DBI... -
How To Write the external Iterator?
Easy... 1. Learn how to set the clock correctly on your computer. 2. Learn basic etiquette in usenet (i.e. not cross posting to a ton of... -
[ann] iterator 0.1
homepage: http://raa.ruby-lang.org/list.rhtml?name=iterator download: http://rubyforge.org/download.php/213/iterator-0.1.tar.gz About ===== -
Any way to advance to an iterator prematurely?
All- In the code below, is there an way to put a condition just before <do a big bunch of stuff?> that will cause the iterator to advance to the... -
How to I Iterator through a CheckBoxList?
This is an ASP.NET using C# website



Reply With Quote

