:confused;
Hopefully some of the experienced CF developers out there can help me, a
newcomer to the delights of CF/Dreamweaver app development! Thanks in advance.

I am using Coldfusion MX7 (dev version) and Dreamweaver MX (vers 6.).

Is there means of applying drop down-list functionality to a cfform format =
"flash" with cfgrid / cfgridcolumn tags? I simply wish to develop a grid style
form that allows the end-user to populate a server-side db table with a suite
of questions after entering them and submitting them via the form grid. I would
like the grid columns to offer the end-user drop down list capability. From the
documentation I have read so far I know it can be achieved via an applet form;
I don't wish to use the Applet functionality. I can't believe that what I want
to achieve cannot be done, for a Flash control cfform/cfgrid combination, via
some clever CF/Actionscript/CFC coding - which is beyond me at the moment after
only a few days exposure to CF etc.

Also, a reset type button that works with cfform/cfinput to clear a form
appears to lose that capability when the cfgrid tag is introduced into a cfform
tag. Again, is there a clever coding means of clearing a form by attaching CF
tag code or otherwise to a "Clear Form" style button as a part of a
cfform/cfgrid set-up?

Finally, how does one apply client side logic to the grid insert button. I
would like to generate a one-up row sequence number when the inset button
associated with a cfform flash control cfgrid?