but I got it...it was earlier on in the code :)
dummy me.
-----Original Message-----
From: Dave Francis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 10:49 AM
To: CF-Talk
Subject: RE: what am I doing wrong (#'s question)
Did you try separating out request.nextRecord?
ie <cfoutput>#request.nextRecord#</cfoutput> then you'll know if it's
the index or the data
-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 10:13 AM
To: CF-Talk
Subject: RE: what am I doing wrong (#'s question)
<cfset request.nextRecord = i + 1>
<cfif get.companyIdNumber[i] eq get.companyIdNumber[request.nextRecord]>
<option value="0">---- #get.yourNameHere[i]# ----</option>
</cfif>
still gives me same error.
so, its not the <option value="0">---- #get.yourNameHere[i]#
----</option>
line, it's the other part.
tw
-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 10:10 AM
To: CF-Talk
Subject: RE: what am I doing wrong (#'s question)
yes.
but im good on that...
just need the correct poundage for the
get.companyIdNumber[request.nextRecord]
to parse right.
that's all.
tw
-----Original Message-----
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 10:09 AM
To: CF-Talk
Subject: Re: what am I doing wrong (#'s question)
> <cfif get.companyIdNumber[i] eq get.companyIdNumber[request.nextRecord]>
> <option value="0"> #get.yournamehere#
Don't you need an array referent for get.yournamehere[]?
--Ben Doom
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

