Expand my Community achievements bar.

DataGrid Summary

Avatar

Level 2
I have a dataGrid that gets filled with a RemoteObject. The
data is summed in the CFC so its like a managers total. (I got this
part)

I want to have a combobox that has a few peoples names like a
sales team (6 people) the first selection in the Combobox is blank
(representing the managers totals). I want to select a name and a
call to another CFC function brings in that persons data. What is
the best way to do this? Using the old Fash forms in ColdFusion I
displayed the sum grid then when a name was selected I hid that
grid and displayed a grid with the salespersons data. There must be
a better way?



George
1 Reply

Avatar

Level 2
I don't know if you've seen the post at Damon Cooper's blog -
it is a great illustration of the new features of the CF App Wizard
for the FlexBuilder 2 (Eclipse) IDE -
http://www.dcooper.org/blog/client/index.cfm?mode=entry&entry=3A035639-4E22-1671-53EDEEE1CAA496A4



It has exactly the information you need.