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