Re: Looping over Query that's contained in a structure.

2010-10-14 Thread enigment
The spellchecker in IntelliJ IDEA is camel-case aware, so it highlights things like this. Not just for that reason, I'm very happy with it. Dave ~| Order the Adobe Coldfusion Anthology now!

RE: Looping over Query that's contained in a structure.

2010-10-14 Thread Che Vilnonis
over Query that's contained in a structure. I don't know what's funnier. Dispise being intentional or not. On Wed, Oct 13, 2010 at 4:16 PM, Che Vilnonis ch...@asitv.com wrote: I dispise typos. Sorry to bother everyone

Re: Looping over Query that's contained in a structure.

2010-10-14 Thread Eric Cobb
' in my local spelling bee? Age has not been kind to my spelling and/or typing skills. ;) -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, October 13, 2010 9:16 PM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. I don't

RE: Looping over Query that's contained in a structure.

2010-10-14 Thread Che Vilnonis
Touché :) -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Thursday, October 14, 2010 9:13 AM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. Michael, would you believe once upon a time I placed 'top 3' in my local spelling bee? Out

Re: Looping over Query that's contained in a structure.

2010-10-14 Thread Michael Grant
The é is a nice touch. Alt+130 FTW On Thu, Oct 14, 2010 at 9:17 AM, Che Vilnonis ch...@asitv.com wrote: Touché :) -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Thursday, October 14, 2010 9:13 AM To: cf-talk Subject: Re: Looping over Query that's

Re: Looping over Query that's contained in a structure.

2010-10-14 Thread Rick Root
I got a good laught out of this because I'm always happy to see I'm not the only one who sometimes makes stupid mistakes :) ~| Order the Adobe Coldfusion Anthology now!

Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
I have a structure, Q. In it, I have several vars and a query, LINEITEMS. I'm having a brainfart, how can I loop over the query LINEITEMS that's in my structure? See link for screen dump of the structure: http://www.asitv.com/images/dump_ss.jpg Thanks, Che

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Leigh
cfloop query=structName.lineItems .. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
, October 13, 2010 4:03 PM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. cfloop query=structName.lineItems .. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Cameron Childress
cfloop query=#q['lineItems']# Pound signs, and single ticks to demote 'lineitems' is not a variable name, but a string. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell:  678.637.5072 aim:   cameroncf email: camer...@gmail.

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread David McGraw
Could be becuase your structure key is LineTEMS, not LineItems... Spelling is sometimes the worst bug to catch. David McGraw Oyova Software, LLC http://www.oyova.com On Wed, Oct 13, 2010 at 4:09 PM, Cameron Childress camer...@gmail.comwrote: cfloop query=#q['lineItems']# Pound signs, and

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Che Vilnonis
I dispise typos. Sorry to bother everyone. -Original Message- From: David McGraw [mailto:david.mcg...@gmail.com] Sent: Wednesday, October 13, 2010 4:13 PM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. Could be becuase your structure key is LineTEMS

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Eric Cobb
q.lineitems, is invalid. I also tried cfloop query=q[lineItems] and cfloop query=q[lineItems][resultset]... No luck with either. -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: Wednesday, October 13, 2010 4:03 PM To: cf-talk Subject: Re: Looping over Query that's

RE: Looping over Query that's contained in a structure.

2010-10-13 Thread Leigh
I dispise typos. Sorry to bother everyone. ROFL. I can totally relate ;-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Michael Grant
:13 PM To: cf-talk Subject: Re: Looping over Query that's contained in a structure. Could be becuase your structure key is LineTEMS, not LineItems... Spelling is sometimes the worst bug to catch. David McGraw Oyova Software, LLC http://www.oyova.com