RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
thanks dave. 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.nextR

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Dave Francis
Did you try separating out request.nextRecord?     ie #request.nextRecord# 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 (#&

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
thanks ben. read my last post. it was, as I said, a brain fart. thanks! tony -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:25 AM To: CF-Talk Subject: Re: what am I doing wrong (#'s question) Does it error the first time through the

Re: what am I doing wrong (#'s question)

2004-05-18 Thread Ben Doom
Does it error the first time through the loop?  Or after a while? How is i generated? What is the specific error generated? --Ben Doom Tony Weeg wrote: > > > > #get.yourNameHere[i]# > >    > > still gives me same error. > > so, its not the #get.yourNameHere[i]# > > > l

Re: what am I doing wrong (#'s question)

2004-05-18 Thread Stephen Moretti
Tony Weeg wrote: > > > > #get.yourNameHere[i]# > >    > > still gives me same error. > > so, its not the #get.yourNameHere[i]# > > > line, it's the other part. Ok there's nothing wrong in this bit of code.  Like Phil just asked, can you post some more code and the whole of

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
man. ill shut up. as I said, brain fart. it was something else, a line or two up :) hee. cya. good Tuesday. later. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:16 AM To: CF-Talk Subject: RE: what am I doing wrong (#'s que

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Rob
TED] > Sent: Tuesday, May 18, 2004 10:07 AM > To: CF-Talk > Subject: RE: what am I doing wrong (#'s question) > > Did you dump get?? > > > -Original Message- > > From: Tony Weeg [mailto:[EMAIL PROTECTED] > > Sent: dinsdag 18 mei 2004 15:59 > &

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
didn't think so. so, do I need some " (Apostrophe's) there or something? tony -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:20 AM To: CF-Talk Subject: RE: what am I doing wrong (#'s question) > From: Tony

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Philip Arnold
> From: Tony Weeg > > just need the correct poundage for the > get.companyIdNumber[request.nextRecord] > > to parse right. Your # usage is correct on that line Since it's within a CFIF, then you don't need any at all [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [U

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
CF-Talk Subject: Re: what am I doing wrong (#'s question) > > #get.yournamehere# Don't you need an array referent for get.yournamehere[]? --Ben Doom [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Philip Arnold
Can you post more of your code? Need to see if your look is going "too far" > -Original Message- > From: Tony Weeg > > what the heck am I doing wrong? > > brain fart on the: > > get.companyIdNumber[request.nextRecord] > > part of this... > > > > > get.companyIdNumber[request.nextR

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
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

re: what am I doing wrong (#'s question)

2004-05-18 Thread Scott Brady
Original Message: > From: "Tony Weeg" > #get.yournamehere# As someone already suggested, it's probably this line.  You're not telling which row you're accessing "get.yournamehere" from. (and, also as suggested, close your option tag :) ) Scott --- Scott Brady http://w

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Tony Weeg
ascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 10:07 AM To: CF-Talk Subject: RE: what am I doing wrong (#'s question) Did you dump get?? > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: dinsdag 18 mei 2004 15:59 > To: CF-Tal

Re: what am I doing wrong (#'s question)

2004-05-18 Thread Ben Doom
> > #get.yournamehere# Don't you need an array referent for get.yournamehere[]? --Ben Doom [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: what am I doing wrong (#'s question)

2004-05-18 Thread Pascal Peters
Did you dump get?? > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: dinsdag 18 mei 2004 15:59 > To: CF-Talk > Subject: what am I doing wrong (#'s question) > > what the heck am I doing wrong? > > brain fart on the: > > get.companyIdNumber[request.nextRecord] >