Thanks. That was it entirely. D'uh - slapping self on forehead etc.

regards,
larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

[EMAIL PROTECTED] wrote:
> 
> I don't think it has anything to do with the SP.  This:
> 
> <CFLOOP INDEX="type"
>         LIST="#termtype#">
> 
> tells CF to try to treat the entire query as a list, which is why you get
> the error.  Try
> 
> <CFLOOP INDEX="type"
>         LIST="#termtype.termtype#">
> 
> to pass just that field of the query as the list.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to