Love to see that if you have it Cornelius...that would solve a problem I am going to have later on in the project...
____________________________ Rick Haden Director - IS/IT Trident Communications 3 Selsdon Way City Harbour London E14 9GL UK Tel: +44 20 7536 8924 Fax +44 20 7536 8999 www.tridentcommunications.net Connecting Ideas <> Delivering Results This email from Trident Communications is for the attention of the addressee only. It may contain information that is confidential and/or privileged and should not be reproduced and/or distributed to any other person without the consent of Trident. _______________________ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Cornelius Conboy Sent: Wednesday, December 04, 2002 4:08 PM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: updating multiple records You can update multiple records with different values. For example, changing the prices of a list of products. Use the loop action and unique identifier for each row as n discussed here earlier. Then pass a hidden value called "prod142(or whatever row number you're at)_price_old" and have the file also display it in an editable text box (check boxes would work as well) calling that arg "prod142_price_new". During the loop check to see if "prod142_price_old"="prod_142_price_new". If not the record is updated with the new price. I know I have a sample of this file around somewhere if this solution isn't clear. Best of luck -Cornelius on 12/4/02 6:49 AM, Simon Boddy at [EMAIL PROTECTED] wrote: > Hi Rick, > > your original question was about updating multiple records and checkboxes. You > can only update multiple records when you want to put the same value(s) in the > same column(s) for all records. This is often the case with checkboxes, > because you just want to set a flag on all checked records. > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
