Hello all,
          I am using static check boxes, which are field names
is the database, and according to what the user checks
, they will see only those fields on the next page with data.

I am having problem with displaying the data as it is in a single
#Variable# , i tried this

<cfoutput query="Get_Distributors">
<CFLOOP INDEX="x" LIST=#Display_Fields#  DELIMITERS="," startrow="1"
>
#x#
</CFLOOP>
</cfoutput>

but didnt work!!!! How can i do this?
Appretiate it!

Thanks
Joe


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to