Hi all, I figured out me error. It's working now!
Thanks for all your help. On Wed, 25 Sep 2002 09:26:53 -0400, FlashGuy wrote: > > OK...I added your code and now I get an error. Why? > > Error Diagnostic Information > > LIST > > The value cannot be converted to a string because it is not a simple value. Simple >values are booleans, numbers, strings and date-time values. > > The error occurred while processing an element with a general identifier of (CFLOOP) > > > Here is my code with yours included: > > <cfquery name="ListElement" datasource="user-profiles" dbtype="ODBC"> > SELECT strUsername,strGroup,strSelect > FROM profiles > WHERE strUsername = '#auth#' > </cfquery> > > <table width="100%" cellpadding="6" cellspacing="0" border="0" align="center"> > <tr class="wdirlinks"> > <td colspan="2"> > <cfif COOKIE.DisplaySelect GT 0> > <cfset j = "1"> > <cfloop list="#listElement#" index="i"> > <cfoutput>#i#</cfoutput> > <cfif j MOD 3 EQ 0> > <tr> > </cfif> > <cfset j = j + 1> > </cfloop> > <cfelse> > <b>None Selected</b> > </cfif> > </td> > </tr> > </table> > > > > --------------------------------------------------- > Colonel Nathan R. Jessop > Commanding Officer > Marine Ground Forces > Guatanamo Bay, Cuba > --------------------------------------------------- > > > --------------------------------------------------- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay, Cuba --------------------------------------------------- ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

