Re: brain fart on #'s

2004-05-18 Thread Stephen Moretti
Tony, Tony Weeg wrote: cfif get.companyIdNumber[i] eq get.companyIdNumber[request.nextRecord] option value=0 #get.yournamehere# /cfif You need your row reference on get.yournamehere. Also, its better html if you put the close option tag in there too. ;o) option

RE: brain fart on #'s

2004-05-18 Thread Pascal Peters
Just a shot in the dark, but couldn't CF misinterpret the var get. It looks like it's seeing it as something else. Did you try dumping get? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 mei 2004 5:44 To: CF-Talk Subject: brain fart on #'s what

brain fart on #'s

2004-05-17 Thread Tony Weeg
what the heck am I doing wrong? brain fart on the: get.companyIdNumber[request.nextRecord] part of this... cfset request.nextRecord = i + 1 cfif get.companyIdNumber[i] eq get.companyIdNumber[request.nextRecord] option value=0 #get.yournamehere# /cfif gives me... You have attempted to

RE: brain fart on #'s

2004-05-17 Thread Matthew Walker
Is get a query? What happens when you're on the last row? Request.nextRecord would be larger than the recordCount, right? _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 May 2004 3:44 p.m. To: CF-Talk Subject: brain fart on #'s what the heck am I doing wrong? brain fart

RE: brain fart on #'s

2004-05-17 Thread Tony Weeg
12:03 AM To: CF-Talk Subject: RE: brain fart on #'s Is get a query? What happens when you're on the last row? Request.nextRecord would be larger than the recordCount, right? _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 May 2004 3:44 p.m. To: CF-Talk Subject: brain fart