Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
mikeap #1
Dynamic Drop-down inside CFGRID
I've been searching for days and days trying to find an example. What I'm
looking to do is use a CFGRID to edit some basic values.
In the CFGRID though, for one of the editable items, I need to have a dynamic
drop-down. Is that possible and how?
mikeap Guest
-
Dynamic row color in cfgrid type=flash
I have a flash cfgrid where the values are coming from a database. When rendering the values in the grid, is it possible to change the color of a... -
Dynamic CFGrid
Hello, I'm trying to create a form that allows the user to select a date range (Start and End Date). Then populate the data in a CFGrid based on... -
dynamic drop downlists in an editable dynamic datagrid.
How would we address a situation where we have to put dynamic drop downlists in an editable dynamic datagrid. So the scenario is to populate a... -
Drop down boxes in CFGrid using cfgridcolumn
Hi, Has anyone had problems with drop down boxes displaying in cfgrid using cfgridcolumn as follows: <cfgridcolumn name="Location"... -
Dynamic temp. datagrid col.gen. -Session access inside a class inside a UserCtrl
Hello Dear Professionals: Based on this document:... -
GeorgeWS #2
Re: Dynamic Drop-down inside CFGRID
Yes you can do this. But only with the appelet version NO flash.
GeorgeWS Guest
-
mikeap #3
Re: Dynamic Drop-down inside CFGRID
I know with the APPLET I can then use the VALUE attributes but I could not
figure out how to dynamically load the values. It would show one but not
repeat. Do I need to put the repeat code in the value tag?
mikeap Guest
-
GeorgeWS #4
Re: Dynamic Drop-down inside CFGRID
I use the cfgridcolumn Values="#ValueList(DBNAME.FIELD1)#" I was stumped on the
ValueList part for a long time. Oh yeah I also did this...
<cfset Space = "None,">
then did this...
cfgridcolumn Values="#space##ValueList(DBNAME.FIELD1)#"
this made a selection of none.
hope this helps
GeorgeWS Guest
-
mikeap #5
Re: Dynamic Drop-down inside CFGRID
Now another problem ... hmm ... because I have commas in my field, it treats
that as a delimiter and it's not. So I have company names with ", .Inc" so I
have ".Inc" as items.
When I put a delimiter on the tag, it then doesn't put each item on it's own
line.
Any ideas?
mikeap Guest
-
mikeap #6
Re: Dynamic Drop-down inside CFGRID
I tried using a REPLACE and that didn't work ..
mikeap Guest
-
GeorgeWS #7
Re: Dynamic Drop-down inside CFGRID
Maybe try the ListChangeDelims thing., I use it in a program where I turn ,'
into '', and it works great (maybe change the comma to a space). go to the
livedocs.macromedia.com for expanation. I think you should just limit the
selection to stuff the does not have a comma; (very bad in data). I do
experience this though and chalk it up as inproper data input. I have been
building so thats not going. No commas in the data entry part.
GeorgeWS Guest



Reply With Quote

