Hello,

I have an interoffice site which keeps track of all the company's cd's.  On
the site there is a place for someone to "sign-out" a cd.  I am using the
cfgrid to display the information.  Within the cf grid, I have a column that
allows the user to click on the cd number and go to another page which
diplays the details of the cd they selected using the
#ListGetAt(URL.CFGRIDKEY,8)# methods.  I would like to add a n e-mail form
so that I can click a button and send an e-mail to whoever checked out the
cd and tell them it needs to be returned but I get an error that says I need
to use the cfoutput group method.  I don't understand how to do this because
I do not use a query to get this information.

ANy help would be greatly appreciated.

Thanks,
Eddie

<cfoutput>
<cfmail to="[EMAIL PROTECTED]"
        from="#listgetat(url.cfgridkey,7)#"   'THis should display the person who
checked out the cd
 subject="Someone Viewed page ">
 Hi,

 Cd #Listgetat(url.cfgridkey, 8)# is overdue.

Thanks,
Eddie

 </cfmail>
</cfoutput>


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to