Re: Am I missing something?

2007-05-02 Thread Chris Ditty
Thanks Dave. I swore that I had it set to exception, but it is apparent that I didn't. I changed it to exception and it wrote to the log file as expected. Many thanks. On 5/2/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > I am trying to write a simple error page that will get called on any > > C

RE: Am I missing something?

2007-05-02 Thread Dave Watts
> I am trying to write a simple error page that will get called on any > CF errors. When an error occurs, I want to write the error > information to a log file using cflog. Currently, I am > testing this by killing my database and loading pages. I get > the error page I created, but I the log

RE: Am I missing something?

2007-05-02 Thread Gaulin, Mark
Try replacing the cflog with a cfdump of the error structure and see if each of the fields you reference is defined... If your error page has an error then things can act weird. (HTTPReferer doesn't sound like an error field to me...) Mark -Original Message- From: Chris Ditty [ma

RE: am i missing something?

2001-02-16 Thread Todd Stanley
Couple different ways to fix this. Best way would be to do the join and do it in one query. Try something like this: SELECT rm.ContestantID, SUM(rm.AdjPoints) as totalpts, SUM(rm.MoneyEarned) as totalmoney FROM resultsmanager rm JOIN ContestantManager cm

RE: am i missing something?

2001-02-16 Thread Philip Arnold - ASP
> datasource="#datasource#" > dbtype="ODBC"> > SELECT Gender, ContestantID > FROM ContestantManager > WHERE Gender = '2' > > > datasource="#datasource#" > dbtype="ODBC"> > SELECT #GetWomen.ContestantID#, SUM (AdjPoints) as TOTALPTS, SUM > (MoneyEarned) as TOT

RE: am i missing something?

2001-02-16 Thread ccombs
I think the second query needs a where clause for contestantID ... -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 2:53 PM To: CF-Talk Subject: am i missing something? Hello everyone, I'm looking for help on this page. i have the following

RE: Am I Missing Something?

2000-05-22 Thread Reagan, Leman
Here is an example of what I did to deal with this, perhaps it will help. (Please, everyone, let me know if this is not a good idea) I have two application.cfm files. One in a directory called 'login' and another in my 'main' directory. A session.LoggedIn variable gets set by one of the files

RE: Am I missing something? Calculations...

2000-05-17 Thread Kelly Matthews
> -Original Message- > From: Josh Black [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 16, 2000 5:11 PM > To: [EMAIL PROTECTED] > Subject: Re: Am I missing something? Calculations... > > Why is it bad to use Evaluate() for math calculations? Is it just

RE: Am I missing something? Calculations...

2000-05-17 Thread Kelly Matthews
actually evaluate is the way I went :) actually i did the evaluate within CFSETS and it worked just beautifully. > -Original Message- > From: Josh Black [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 16, 2000 5:11 PM > To: [EMAIL PROTECTED] > Subject: Re: Am I mi

RE: Am I missing something? Calculations...

2000-05-16 Thread Mary Jo Sminkey
> >> Then I want to do the same thing but take airport1.fielda and > >> airport2.fielda and to the > >> AVERAGE of the 2. Meaning airport1.fielda * airport2.fielda / 2. Wouldn't the average be the two values ADDED not multiplied? But yes, Evaluate should work fine for this. --

RE: Am I missing something? Calculations...

2000-05-16 Thread Larry Juncker
] Sent: Tuesday, May 16, 2000 4:03 PM To: [EMAIL PROTECTED] Subject: RE: Am I missing something? Calculations... Um, no, don't use evaluate... Look at the CF math functions (Functions, not Tags!) A / B = #C# HTH Dick At 2:23 PM -0400 5/16/2000, Kelly Matthew

Re: Am I missing something? Calculations...

2000-05-16 Thread Josh Black
day, May 16, 2000 2:03 PM Subject: RE: Am I missing something? Calculations... > Um, no, don't use evaluate... > > Look at the CF math functions (Functions, not Tags!) > > > > > > >A / B = #C# > > > HTH > > Dick >

RE: Am I missing something? Calculations...

2000-05-16 Thread Dick Applebaum
Um, no, don't use evaluate... Look at the CF math functions (Functions, not Tags!) A / B = #C# HTH Dick At 2:23 PM -0400 5/16/2000, Kelly Matthews wrote: >Ok i figured it out, use the evaluate tag... >Kelly > >> -Original Message- >> From: Kelly Ma

RE: Am I missing something? Calculations...

2000-05-16 Thread Kelly Matthews
Ok i figured it out, use the evaluate tag... Kelly > -Original Message- > From: Kelly Matthews [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 16, 2000 2:11 PM > To: '[EMAIL PROTECTED]' > Subject: Am I missing something? Calculations... > > Ok I must be missing something I have not

Re: Am I Missing Something?

2000-04-17 Thread Manish
lt;[EMAIL PROTECTED]> Date: Sunday, April 16, 2000 12:26 AM Subject: Re: Am I Missing Something? >Aren't there some security issues involved in passing the CFID & CFTOKEN in >the URL? It's been awhile now, but I recall one of my co-workers playing >with bookmarking pages, et

Re: Am I Missing Something?

2000-04-15 Thread Eric Dawson
<[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: Am I Missing Something? Date: Sat, 15 Apr 2000 11:39:13 -0500 Aren't there some security issues involved in passing the CFID & CFTOKEN in the URL? It's been awhile now, but I recall one o

Re: Am I Missing Something?

2000-04-15 Thread Fred Sanders
y. The water is clear. You can easily make out the face of the person you are holding underwater. Feeling better? - Original Message - From: "Allen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 15, 2000 11:39 AM Subject: Re: Am I Missing Something?

Re: Am I Missing Something?

2000-04-15 Thread Allen
is one, though. -Allen - Original Message - From: Byron M <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 13, 2000 11:55 PM Subject: RE: Am I Missing Something? > Basically that is correct, you could do it with vars stored in a db, but you > would still have t

RE: Am I Missing Something?

2000-04-14 Thread Kelly Matthews
ok thanks for the tip > -Original Message- > From: Byron M [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 14, 2000 12:55 AM > To: [EMAIL PROTECTED] > Subject: RE: Am I Missing Something? > > Basically that is correct, you could do it with vars stored in a

RE: Am I Missing Something?

2000-04-13 Thread Byron M
, 2000 11:38 PM To: [EMAIL PROTECTED] Subject: Re: Am I Missing Something? as far as I know the only way to pass a session from page to page is either through a cookie or a url variable. If cookies are turned off you need to manually code the CFID and CFTOKEN variables to the URL to ensure you

Re: Am I Missing Something?

2000-04-13 Thread Eric Dawson
as far as I know the only way to pass a session from page to page is either through a cookie or a url variable. If cookies are turned off you need to manually code the CFID and CFTOKEN variables to the URL to ensure you pass them from page to page. Please correct me if I am wrong. Eric From: