mail log

2009-04-20 Thread Chad Gray
Is there any log in CF8 that will tell me if CFMail sent an email? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Re: mail log

2009-04-20 Thread Tom Chiverton
On Monday 20 Apr 2009, Chad Gray wrote: Is there any log in CF8 that will tell me if CFMail sent an email? The mail log probably will, yup. -- Helping to adaptively morph frictionless holistic corporate e-business as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel:

RE: mail log

2009-04-20 Thread Chad Gray
:P I only see failures in there. Does it log attempts? Or trys? -Original Message- From: Tom Chiverton [mailto:tom.chiver...@halliwells.com] Sent: Monday, April 20, 2009 8:38 AM To: cf-talk Subject: Re: mail log On Monday 20 Apr 2009, Chad Gray wrote: Is there any log in

RE: mail log

2009-04-20 Thread Will Swain
There's a mailsent.log file which should let you know if coldfusion sent the mail to the mail server. You'd have to check the mailserver logs to ensure it was sent from there. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: 20 April 2009 13:34 To: cf-talk Subject:

Re: mail log

2009-04-20 Thread Rick Faircloth
Hi, Chad... Open the CF Administrator and go to Debugging Loggin Log Files mail.log Rick On Mon, Apr 20, 2009 at 8:34 AM, Chad Gray cg...@careyweb.com wrote: Is there any log in CF8 that will tell me if CFMail sent an email?

RE: mail log

2009-04-20 Thread Jason Fisher
In CF Admin, under Server Settings Mail, in the Mail Logging Settings, you can set both the logging level (Error, Warning, Info, etc) as well as a checkbox to Log all mail messages sent by ColdFusion. ~| Adobe® ColdFusion®

CFDIV

2009-04-20 Thread Pranathi Reddy
Hi All, I am using cfdiv to display the Name of the employer. Once the user enters the id in the textfield ..Name of the employer is displayed.It works fine when I enter the ID but I want to validate the text field to be highlighted if the textfield is empty. I am using a class attribute and

CFIMAGE - File referencing

2009-04-20 Thread Fawzi Amadu
I have my images for my project under the webroot folder in the e-dang folder under the image folder and in the consumer folder i.e. (wwwroot/e-dang/images/comsumer). But when I reference the file within my code (below), I realize in the error report that the path returned by coldfusion is

Re: CFIMAGE - File referencing

2009-04-20 Thread Dave Watts
I have my images for my project under the webroot folder in the e-dang folder under the image folder and in the consumer folder i.e. (wwwroot/e-dang/images/comsumer). But when I reference the file within my code (below), I realize in the error report that the path returned by coldfusion

application.cfc

2009-04-20 Thread Chad Gray
Is it safe to put this code in the onError function? FORM Variablesbr / cfif isdefined(FORM.FieldNames)cfdump var=#FORM#/cfif SESSION Variablesbr cfif isdefined(session)cfdump var=#session#/cfif ~| Adobe® ColdFusion® 8

CFSelect Bind with two parameters?

2009-04-20 Thread Preserved Killick
I've got a form with 4 drop downs. 1. Type:user selects car or motorcycle 2. Make: bound to type. Works good. 3. Model. I'm trying to use this: bind=cfc:model.getdata09.getmodels(which={wh...@none},make={m...@click}) However, I get an error that motorcycle is undefined in my function. Can't

RE: CFIMAGE - File referencing

2009-04-20 Thread Adrian Lynch
Output #ExpandPath('/images/consumer/#Cnsmr_ProductIMAGE#) to see where you're pointing to, it'll be wrong. Adrian -Original Message- From: Fawzi Amadu [mailto:abd...@gmail.com] Sent: 20 April 2009 17:43 To: cf-talk Subject: CFIMAGE - File referencing I have my images for my

Re: CFIMAGE - File referencing

2009-04-20 Thread Azadi Saryev
#ExpandPath('/images/consumer/#Cnsmr_ProductIMAGE#' )# because you have / in front of images CF assumes you are referencing the path from WEB ROOT, not from current template path - hence it looks in C:\ColdFusion8\wwwroot\images instead of in C:\ColdFusion8\wwwroot\e-dang\images try this

Re: application.cfc

2009-04-20 Thread Ras Tafari
id put it in an email rather than displaying, that way you knnow someone who isnt supps to see it is seeing it. but thats just me. On Mon, Apr 20, 2009 at 12:56 PM, Chad Gray cg...@careyweb.com wrote: Is it safe to put this code in the onError function? FORM Variablesbr / cfif

Re: CFSelect Bind with two parameters?

2009-04-20 Thread Dave Watts
I've got a form with 4 drop downs. 1. Type:user selects car or motorcycle 2. Make: bound to type. Works good. 3. Model. I'm trying to use this: bind=cfc:model.getdata09.getmodels(which={wh...@none},make={m...@click}) However, I get an error that motorcycle is undefined in my function.

Re: CFSelect Bind with two parameters?

2009-04-20 Thread Preserved Killick
I've got a form with 4 drop downs. Compare those last two CFIF statements, and you can probably see the difference. The variable WHICH should contain a literal value of car or motorcycle, but without the quotes in the last CFIF you're referencing a nonexistent variable called motorcycle. Darn

Anyone heard of CF_WordCount?

2009-04-20 Thread Ryan Stille
I am working on rebuilding a site for a client whose server crashed. They are missing a tag named CF_wordcount. The only occurrence of this in google is on Adobe's developer exchange: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=115 But although that

Re: CFIMAGE - File referencing

2009-04-20 Thread Fawzi Amadu
#ExpandPath('/images/consumer/#Cnsmr_ProductIMAGE#' )# because you have / in front of images CF assumes you are referencing the path from WEB ROOT, not from current template path - hence it looks in C:\ColdFusion8\wwwroot\images instead of in C:\ColdFusion8\wwwroot\e-dang\images try

Re: CFIMAGE - File referencing

2009-04-20 Thread Fawzi Amadu
Thanks a lot to all of you. Your explanation solved my problem. #ExpandPath('/images/consumer/#Cnsmr_ProductIMAGE#' )# because you have / in front of images CF assumes you are referencing the path from WEB ROOT, not from current template path - hence it looks in

cfadmin api scripting

2009-04-20 Thread Maureen Barger
Hi - I am looking for info on using the cfadmin api to copy sandbox security from instance to instance. For once google is letting me down. Can anyone nudge me in the right direction for some docs and/or examples? Looking for cfmxe7 - cfmxe7 and cfmxe7 - cfme8. Thanks.