Re: getting values out of numbered form fields

2001-08-09 Thread Tim Painter
Look at the Evaluate function -- e.g cfset strSQL = strSQL ID = Evaluate(PrintID#pos#) or - Original Message - From: Michael Wolter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 4:04 PM Subject: getting values out of numbered form fields I

Re: getting values out of numbered form fields

2001-08-09 Thread Michael Wolter
Evaluate() worked like a charm. Tim Painter -- you are a gentleman and a scholar. By the way, I was wrong when I said that the isdefined part was working, but I was able to get the code working like so: cfset tmpstr = chkPrint1 cfloop condition=isdefined(#tmpstr#) cfset strSQL = strSQL

RE: getting values out of numbered form fields

2001-08-09 Thread Tyson
Michael, There might be a better way to do this. The code you have right now is creating a uniquely named checkbox for each record found by the search. You might find your solution easier if you switched this and just did something like this on your search results page: !--- find records based