Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
ttedeschi #1
Using bound data in a query
Hello-
I have a Flash form that displays the "bound" contents of a field called
"serviceIDs" when the user clicks on a record in a CFGRID (called
"bills_grid"):
<cfformitem type="text" bind="{bills_grid.selectedItem.serviceIDs}" />
This value is displayed in a CFFORMGROUP tab to the right of the "bills_grid"
display. A screen image is at [url]http://www.flatfishdesign.com/billScreen.jpg[/url], if
that helps.
I'd like to use the current value of this bound field (for bill S.193 in the
screen image it would be the string "245,1013,520") to build an SQL query that
would find and display all records in another table matching that particular
bound "serviceIDs" string. The goal being to display something like:
ServiceName1 (245)
ServiceName2 (1013)
ServiceName3 (520)
where the "245,1013,520" string is currently displayed.
I'm sure this involves ActionScript in some way, but for the life of me I
can't figure it out. I've download the ActionScript lang. ref, but, I'm not
even a novice in AS and hardly know where to begin. Any suggestions would be
greatly appreciated.
- Tom Tedeschi
ttedeschi Guest
-
How to sort datagrid and keep the bound data as sorted?
Hi, all. The most irritating thing about .net with datagrid is sorting feature. With vb6, I've used flexgrid or 3rd party component(spread) with... -
Templated Data-Bound Control Sample
I have been attempting to create a templated data-bound control, using the sample as a guide... -
Combo Box Bound Data Question
I have successfully set up variable data Combo Box via VBA with a Row Source Type of Table/Query which then uses a Row Source SQL command to... -
Ampersands being converted when in data that is bound to my ASP:Dropdown
I am binding data to the <ASP:Dropdown> object. My field that I am binding to the DataTextField property has " " in the data out of the... -
can't get data to show with bound columns
I'm trying to create a DataGrid filled with values from a DataSet and I want the user to be able to show and hide whichever columns they choose. I...



Reply With Quote

