RE: querySetCell within cfoutput

2007-07-25 Thread Peterson, Chris
- From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 9:42 AM To: CF-Talk Subject: RE: querySetCell within cfoutput Hi, I think it should take the new value for the later check but just not sure. Why don't you try printing it, to know if it has taken the new

RE: querySetCell within cfoutput

2007-07-25 Thread Adrian Lynch
28 To: CF-Talk Subject: querySetCell within cfoutput I have an output block that does many different tests against each record as its looping through them. Near the beginning of the loop, I check for a certain date and, if it matches, I perform a querySetCell() on that date to assign a new one.

RE: querySetCell within cfoutput

2007-07-25 Thread Jayesh Viradiya
o: CF-Talk Subject: querySetCell within cfoutput I have an output block that does many different tests against each record as its looping through them. Near the beginning of the loop, I check for a certain date and, if it matches, I perform a querySetCell() on that date to assign a new one. Now, fu

querySetCell within cfoutput

2007-07-25 Thread Peterson, Chris
I have an output block that does many different tests against each record as its looping through them. Near the beginning of the loop, I check for a certain date and, if it matches, I perform a querySetCell() on that date to assign a new one. Now, further down in this block of code, I do further