looping form collection

2001-08-16 Thread Timothy Lynn
Welp, I'm about ready to hang up the keyboard with this thing. I've built a small shopping cart app. It's working perfectly on my development machine. Woohoo. So I move it to production to get it started. First problem -- can't lock scopes. I don't know what version they're using of CF (I thought

Sorting a form collection?

2003-03-07 Thread Ewok
Is it possible to sort a collection, particularly the form collection?? All my form fields are created dynamically and are named such as Q1 Q2 Q3 Q4 .. .. Q10 Q11 Etc. When I loop the collection they are returned in the good old alphabetical order i.e. Q10 Q11 Q12 Q13 Q9

Re: looping form collection

2001-08-16 Thread Fuon See Tu
errr, try #form.fld# heh Pooh Bear Web App Developer Picture Below (chicks dig my head!) http://www.geocities.com/kickerazn_2000/sniffles_138x92.jpg";> >From: "Timothy Lynn" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAI

Re: looping form collection

2001-08-16 Thread Timothy Lynn
PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 2:39 PM Subject: Re: looping form collection > errr, try #form.fld# > > heh > > > ~~ Structure your ColdFusion code with Fusebox. Get the

Re: looping form collection

2001-08-16 Thread Deanna Schneider
I don't think that form fields were always stored in a structure, were they? I think you need to find out what version of cfserver they're running. I want to say that they weren't stored in a structure until 4.5, the same time "scope" became a valid attribute for locks. -d Deanna Schneider Int

RE: looping form collection

2001-08-16 Thread Raymond Camden
ot; - Yoda > -Original Message- > From: Deanna Schneider [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 3:29 PM > To: CF-Talk > Subject: Re: looping form collection > > > I don't think that form fields were always stored in a structure, > were they? &

RE: looping form collection

2001-08-16 Thread Joel Parramore
rrr... Regards, Joel Parramore > -Original Message- > From: Deanna Schneider [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 3:29 PM > To: CF-Talk > Subject: Re: looping form collection > > > I don't think that form fields were always stored in a s

Re: looping form collection

2001-08-16 Thread Timothy Lynn
ot;CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 3:28 PM Subject: Re: looping form collection > I don't think that form fields were always stored in a structure, were they? > I think you need to find out what version of cfserver they're running. I >

RE: looping form collection

2001-08-16 Thread Craig Fisher
Subject: Re: looping form collection Wouldn't it be nice if it were that easy? It's saying that it can't resolve the parameter FORM. It should be able to accept a form as a collection for a loop. That's where the hiccup is happening. - Original Message - From: "Fuon

Re: looping form collection

2001-08-16 Thread Timothy Lynn
]> Sent: Thursday, August 16, 2001 4:05 PM Subject: RE: looping form collection > Hmmm... the form scope was not always a structure. I think the change > occurred with the 4.5 release. You can check the value of > #server.ColdFusion.ProductVersion# to see what version is running on y

Re: looping form collection

2001-08-20 Thread cf_talk
gt; To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 3:55 PM Subject: Re: looping form collection > What a time to find *that* out, huh? Sheesh.. > > You're right. I switched the loop to reference the form as a list and > that works, although it'

RE: Sorting a form collection?

2003-03-07 Thread webguy
form collection? Is it possible to sort a collection, particularly the form collection?? All my form fields are created dynamically and are named such as Q1 Q2 Q3 Q4 .. .. Q10 Q11 Etc. When I loop the collection they are returned in the good old alphabetical order i.e. Q10

Re: Sorting a form collection?

2003-03-07 Thread Stephen Moretti
Ewok, > > Also, I didn't want to put 0's in front of single digit numbers since they > are unique ID's of rows in my database table. > Use number format when you append your numbers to the form field names eg. name="Q#NumberFormat(i,"00")# This will make sure that your numbers are zero filled.

Re: Sorting a form collection?

2003-03-07 Thread Ewok
ather stay away from too many list functions thanks for the response ! - Original Message - From: "Stephen Moretti" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 8:42 AM Subject: Re: Sorting a form collection? > Ewok,

Re: Sorting a form collection?

2003-03-07 Thread Stephen Moretti
Ewok, > > I guess i would just need to reformat it when comparing it to the database > with something like > No need... You can give SQL the number 1 and it will still find 1 in the database. It would only have problems differenciating between the two if you are storing the number in a te

RE: Sorting a form collection?

2003-03-07 Thread John Stanley
What is Ewok? -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:28 AM To: CF-Talk Subject: Re: Sorting a form collection? Ewok, > > I guess i would just need to reformat it when comparing it to the database > with something

RE: Sorting a form collection?

2003-03-07 Thread Robertson-Ravo, Neil (RX)
it's a small furry Teddy Bear type animal indigenous to the forest moon of Endor. d'uh -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 14:26 To: CF-Talk Subject: RE: Sorting a form collection? What is Ewok? -Original Message

RE: Sorting a form collection?

2003-03-07 Thread Jim Campbell
Depending on how you look at it, it's either a short wookiee or a very large gerbil. - Jim -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:26 AM To: CF-Talk Subject: RE: Sorting a form collection? What is Ewok? -Original Me

RE: Sorting a form collection?

2003-03-07 Thread John Stanley
Of course, of course... But I thought it was referring to an acronym, and I was asking for a definition there grumpy -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:25 AM To: CF-Talk Subject: RE: Sorting a form collection

Re: Sorting a form collection?

2003-03-07 Thread Ewok
inatley good news! I should be set now thanks alot for your help! - Original Message - From: "John Stanley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 9:26 AM Subject: RE: Sorting a form collection? > What is Ewok

RE: Sorting a form collection?

2003-03-07 Thread Robertson-Ravo, Neil (RX)
:-) its a posters handle. -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 14:37 To: CF-Talk Subject: RE: Sorting a form collection? Of course, of course... But I thought it was referring to an acronym, and I was asking for a definition there

Re: Sorting a form collection?

2003-03-07 Thread Ewok
D]> Sent: Friday, March 07, 2003 9:26 AM Subject: RE: Sorting a form collection? > What is Ewok? > > -Original Message- > From: Stephen Moretti [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 9:28 AM > To: CF-Talk > Subject: Re: Sorting a form collection? &

RE: Sorting a form collection?

2003-03-07 Thread John Stanley
Sorry, all. I didnt know there was a user named Ewok. -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:40 AM To: CF-Talk Subject: Re: Sorting a form collection? > Hmmm Guessing here > > I'm assuming that your doing something

Re: Sorting a form collection?

2003-03-07 Thread Ewok
HAHA!! gj - Original Message - From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 9:25 AM Subject: RE: Sorting a form collection? > it's a small furry Teddy Bear type animal

RE: Sorting a form collection?

2003-03-07 Thread Robertson-Ravo, Neil (RX)
"Lucas lawsuit" :-) -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 14:44 To: CF-Talk Subject: Re: Sorting a form collection? > What is Ewok? Whats a John? ;) you mean besides character's from the greatest movie of all time o

RE: Sorting a form collection?

2003-03-07 Thread John Stanley
There were no Ewok's in Army of Darkness -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:44 AM To: CF-Talk Subject: Re: Sorting a form collection? > What is Ewok? Whats a John? ;) you mean besides character's from the greatest

RE: Sorting a form collection?

2003-03-07 Thread Mark A. Kruger - CFG
You mean the third movie was the best? Or was it the 7th? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:45 AM To: CF-Talk Subject: RE: Sorting a form collection? "Lucas lawsuit" :-) -Original Message-

Re: Sorting a form collection?

2003-03-07 Thread Ewok
MAIL PROTECTED]> Sent: Friday, March 07, 2003 9:44 AM Subject: RE: Sorting a form collection? > Sorry, all. I didnt know there was a user named Ewok. > > -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 9:40 AM > To: CF-Talk >

RE: Sorting a form collection?

2003-03-07 Thread Thane Sherrington
eAt 09:50 AM 03/07/03 -0500, John Stanley wrote: >There were no Ewok's in Army of Darkness But it would have been cool if there had been. I'd have loved to see them meet the boomstick. :) T ~| Archives: http://www.houseof

Re: Sorting a form collection?

2003-03-07 Thread Ewok
No, but that was only the second best trilogy ever!! - Original Message - From: "John Stanley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 9:50 AM Subject: RE: Sorting a form collection? > There

RE: Sorting a form collection?

2003-03-07 Thread John Stanley
003 10:03 AM To: CF-Talk Subject: RE: Sorting a form collection? eAt 09:50 AM 03/07/03 -0500, John Stanley wrote: >There were no Ewok's in Army of Darkness But it would have been cool if there had been.

Re: Sorting a form collection?

2003-03-07 Thread Ewok
nt: Friday, March 07, 2003 10:28 AM Subject: RE: Sorting a form collection? > Ash: "All right you furry little bastards, listen up. This is my BOOMstick." > Ewok 1: "Grk meep bimp lopo" > Ash: "All right she-bitch" > > Ash: "Let's go&quo

Re: Sorting a form collection?

2003-03-07 Thread Ewok
they all lived happily ever after...except the girl everyone was laughing at : ) The End - Original Message - From: "John Stanley" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 10:28 AM Subject: RE: Sorting a form coll

Re: Ewok-Talk was Sorting a form collection?

2003-03-07 Thread Ewok
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 10:03 AM Subject: RE: Sorting a form collection? > You mean the third movie was the best? Or was it the 7th? > > -Original Message- > From: Robertson-Ravo, Neil (RX) >

Re: Ewok-Talk was Sorting a form collection?

2003-03-07 Thread Stephen Moretti
~lmao~ tears streaming down my face here > ok now we are dragging it off of the off-topic topic that was never on topic > : ) > > you think Michael would change the title to Ewok-Talk? > should probably kill this soon : ) > > p.s there weren't 7, aren't 7, never will be 7 > There's 9 episode