wow. gmail sucks cause tabs arent tabs :( anyway.
put an update button @ each row, give it own id with a hidden form field, and do updates like that... or... if you have multiple forms of the same name, but you know their order, you can just loop through the values, as they will be in a list... look @ <cfdump var="#form#"> in your action page, and you will see these values in comma. sep lists. tw On Tue, 16 Nov 2004 23:33:18 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > sent too fast :) > > <form> > <tr> > <td> > </td> > <td> > > </td> > </tr> > </form> > > > > > On Tue, 16 Nov 2004 23:32:46 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > > i'd do one of two things... > > > > make each row its own <form> block. > > > > <form> > > > > </form> > > > > > > > > > > On Wed, 17 Nov 2004 14:52:21 +1030, Parker, Kevin <[EMAIL PROTECTED]> wrote: > > > I need to write an app where the user can update multipe rows from one > > > screen - like a GRID (but not using CFGRID or similar tags) - needs to > > > be table based. > > > > > > I need a starting point to learn how to do this. > > > > > > Can anyone point me to suitable articles, tutes etc > > > > > > Thank you muchly!!!! > > > > > > ++++++++++ > > > Kevin Parker > > > Web Services Manager > > > WorkCover Corporation > > > > > > p: 08 8233 2548 > > > m: 0418 806 166 > > > e: [EMAIL PROTECTED] > > > w: www.workcover.com > > > > > > ++++++++++ > > > ************************************************************************ > > > This e-mail is intended for the use of the addressee only. It may > > > contain information that is protected by legislated confidentiality > > > and/or is legally privileged. If you are not the intended recipient you > > > are prohibited from disseminating, distributing or copying this e-mail. > > > > > > Any opinion expressed in this e-mail may not necessarily be that of the > > > WorkCover Corporation of South Australia. Although precautions have > > > been taken, the sender cannot warrant that this e-mail or any files > > > transmitted with it are free of viruses or any other defect. > > > > > > If you have received this e-mail in error, please notify the sender > > > immediately by return e-mail and destroy the original e-mail and any > > > copies. > > > ************************************************************************ > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184518 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

