RE: To hell with it all......

2001-07-31 Thread Sanjeevi Athreya

EXCUSE ME
I GUESS THIS FORUM IS TO SHARE KNOWLEDGE
SO LET US USE IT FOR MORE BETTER KNOWLDGE SHARING
THANKS



--- Lee Fuller [EMAIL PROTECTED] wrote:
 Agreed.  It's just a silly fad anyway.  Nobody's
 going to be interested
 in it after a while anyway.
 
 
 
  -Original Message-
  From: BT [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, July 30, 2001 3:57 PM
  To: CF-Talk
  Subject: To hell with it all..
  
  
  I say to hell with this whole Internet
 thing
  
  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 6:59 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee
 Fuller)
  
  
  No.. It doesn't.
  
  Take a look at the ISNULL CF function.
  
  Lee
  
  
   -Original Message-
   From: Fuon See Tu
 [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:32 PM
   To: CF-Talk
   Subject: RE: Something wrong with my CFIF (to
 Lee Fuller)
  
  
   I think CF treats Null and  as the same. 
 Right?
  
   From: Lee Fuller [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Subject: RE: Something wrong with my CFIF
   Date: Mon, 30 Jul 2001 15:29:26 -0700
   
   The DB field isn't .. It's most likely
 NULL.
   
   Try using ISNULL and/or wrap the var with
 TRIM.. i.e., 
   #trim(myvar)#.  That will remove any extraneous
 spaces.. Etc.
   
   
   Lee Fuller
   Chief Technical Officer
   PrimeDNA Corporation / AAA Web Hosting
 Corporation
   We ARE the net.
   http://www.aaawebhosting.com
   
   
   
 -Original Message-
 From: Bruce Sorge
 [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:14 PM
 To: CF-Talk
 Subject: Something wrong with my CFIF


 If I run any of these;
 cfif qGetLab.Critical_High NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (qGetLab.Critical_High) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (#qGetLab.Critical_High#) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 and the DB field is empty, I should not see
 those rows.
   Problem is,
 I do see those rows, and the DB field is
 empty. What
   gives? I have
 done this a thousand times before with no
 problems.



   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-31 Thread Philip Arnold - ASP

 EXCUSE ME
 I GUESS THIS FORUM IS TO SHARE KNOWLEDGE
 SO LET US USE IT FOR MORE BETTER KNOWLDGE SHARING

Thank you - someone else who thinks the same

If you're going to talk rubbish, take it to Community where people don't
mind

And please keep the swearing off of this list

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

Websites for the real world

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: To hell with it all......

2001-07-31 Thread Tom Davison

and when you drink please put your pinky real high in the air
- Original Message -
From: Philip Arnold - ASP [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 31, 2001 6:05 AM
Subject: RE: To hell with it all..


  EXCUSE ME
  I GUESS THIS FORUM IS TO SHARE KNOWLEDGE
  SO LET US USE IT FOR MORE BETTER KNOWLDGE SHARING

 Thank you - someone else who thinks the same

 If you're going to talk rubbish, take it to Community where people don't
 mind

 And please keep the swearing off of this list

 Philip Arnold
 Director
 Certified ColdFusion Developer
 ASP Multimedia Limited
 T: +44 (0)20 8680 1133

 Websites for the real world

 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.
 **




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: To hell with it all......

2001-07-31 Thread Michael Dinowitz

Can we move this OT post to the community list? Thanks

At 02:10 AM 7/31/01, you wrote:
Screw Monday..Mondah was great, I didn't have to work...fuck Tuesday though

:)

p.s. Actually my weekend was crappy as well. Not that anyone really cares
but hey, at least 2 people on this list had to work over the weekend so I
guess it's fair to say you all suck :)


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



To hell with it all......

2001-07-30 Thread BT

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

Lee


 -Original Message-
 From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:32 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)


 I think CF treats Null and  as the same.  Right?

 From: Lee Fuller [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: Something wrong with my CFIF
 Date: Mon, 30 Jul 2001 15:29:26 -0700
 
 The DB field isn't .. It's most likely NULL.
 
 Try using ISNULL and/or wrap the var with TRIM.. i.e.,
 #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
 
 
 Lee Fuller
 Chief Technical Officer
 PrimeDNA Corporation / AAA Web Hosting Corporation
 We ARE the net.
 http://www.aaawebhosting.com
 
 
 
   -Original Message-
   From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:14 PM
   To: CF-Talk
   Subject: Something wrong with my CFIF
  
  
   If I run any of these;
   cfif qGetLab.Critical_High NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (qGetLab.Critical_High) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (#qGetLab.Critical_High#) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   and the DB field is empty, I should not see those rows.
 Problem is,
   I do see those rows, and the DB field is empty. What
 gives? I have
   done this a thousand times before with no problems.
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: To hell with it all......

2001-07-30 Thread Fuon See Tu

huh???


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: To hell with it all..
Date: Mon, 30 Jul 2001 18:56:42 -0400

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

   Lee


  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e.,
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread BT

Another Monday.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:09 PM
To: CF-Talk
Subject: Re: To hell with it all..


huh???


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: To hell with it all..
Date: Mon, 30 Jul 2001 18:56:42 -0400

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

   Lee


  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e.,
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread Lee Fuller

Agreed.  It's just a silly fad anyway.  Nobody's going to be interested
in it after a while anyway.



 -Original Message-
 From: BT [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 30, 2001 3:57 PM
 To: CF-Talk
 Subject: To hell with it all..
 
 
 I say to hell with this whole Internet thing
 
 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 6:59 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
 No.. It doesn't.
 
 Take a look at the ISNULL CF function.
 
   Lee
 
 
  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e., 
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread Fuon See Tu

oh yeah, I remember.  Monday was the day i was stoned to mush meat by the 
group/list for commenting bout my caffeine overdose. HEHEHE


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: To hell with it all..
Date: Mon, 30 Jul 2001 19:04:07 -0400

Another Monday.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:09 PM
To: CF-Talk
Subject: Re: To hell with it all..


huh???


 From: BT [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: To hell with it all..
 Date: Mon, 30 Jul 2001 18:56:42 -0400
 
 I say to hell with this whole Internet thing
 
 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 6:59 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
 No.. It doesn't.
 
 Take a look at the ISNULL CF function.
 
  Lee
 
 
   -Original Message-
   From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:32 PM
   To: CF-Talk
   Subject: RE: Something wrong with my CFIF (to Lee Fuller)
  
  
   I think CF treats Null and  as the same.  Right?
  
   From: Lee Fuller [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Subject: RE: Something wrong with my CFIF
   Date: Mon, 30 Jul 2001 15:29:26 -0700
   
   The DB field isn't .. It's most likely NULL.
   
   Try using ISNULL and/or wrap the var with TRIM.. i.e.,
   #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
   
   
   Lee Fuller
   Chief Technical Officer
   PrimeDNA Corporation / AAA Web Hosting Corporation
   We ARE the net.
   http://www.aaawebhosting.com
   
   
   
 -Original Message-
 From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:14 PM
 To: CF-Talk
 Subject: Something wrong with my CFIF


 If I run any of these;
 cfif qGetLab.Critical_High NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (qGetLab.Critical_High) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (#qGetLab.Critical_High#) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 and the DB field is empty, I should not see those rows.
   Problem is,
 I do see those rows, and the DB field is empty. What
   gives? I have
 done this a thousand times before with no problems.



   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread Dylan Bromby

blame canada!

-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:57 PM
To: CF-Talk
Subject: To hell with it all..


I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

Lee


 -Original Message-
 From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:32 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)


 I think CF treats Null and  as the same.  Right?

 From: Lee Fuller [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: RE: Something wrong with my CFIF
 Date: Mon, 30 Jul 2001 15:29:26 -0700
 
 The DB field isn't .. It's most likely NULL.
 
 Try using ISNULL and/or wrap the var with TRIM.. i.e.,
 #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
 
 
 Lee Fuller
 Chief Technical Officer
 PrimeDNA Corporation / AAA Web Hosting Corporation
 We ARE the net.
 http://www.aaawebhosting.com
 
 
 
   -Original Message-
   From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:14 PM
   To: CF-Talk
   Subject: Something wrong with my CFIF
  
  
   If I run any of these;
   cfif qGetLab.Critical_High NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (qGetLab.Critical_High) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   cfif (#qGetLab.Critical_High#) NEQ 
  tr
   TH
  Critical High
 /TH
 td
  #Critical_high#
 /td
  /tr
  /cfif
  
   and the DB field is empty, I should not see those rows.
 Problem is,
   I do see those rows, and the DB field is empty. What
 gives? I have
   done this a thousand times before with no problems.
  
  
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread Justin Hansen

Sounds like someone has a case of the Mondays.
That'd be great

Hope that helps  :)
Justin


-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:04 PM
To: CF-Talk
Subject: RE: To hell with it all..


Another Monday.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:09 PM
To: CF-Talk
Subject: Re: To hell with it all..


huh???


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: To hell with it all..
Date: Mon, 30 Jul 2001 18:56:42 -0400

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

   Lee


  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e.,
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread BT

Yeah..

MMMm  Justin, you didn't fill out your TPS Report with the New cover
sheet..yeah...

I'm going to need you to come in this weekend.. Just till the new Code
is implemented, and ummm yeah... till hell freezes over.

-Original Message-
From: Justin Hansen [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:17 PM
To: CF-Talk
Subject: RE: To hell with it all..


Sounds like someone has a case of the Mondays.
That'd be great

Hope that helps  :)
Justin


-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:04 PM
To: CF-Talk
Subject: RE: To hell with it all..


Another Monday.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:09 PM
To: CF-Talk
Subject: Re: To hell with it all..


huh???


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: To hell with it all..
Date: Mon, 30 Jul 2001 18:56:42 -0400

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

   Lee


  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e.,
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: To hell with it all......

2001-07-30 Thread Scott Van Vliet

Anyone seen the movie, Office Space??

Yah, Mm'kay?!?!?!



- Original Message -
From: Justin Hansen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, July 30, 2001 4:16 PM
Subject: RE: To hell with it all..


Sounds like someone has a case of the Mondays.
That'd be great

Hope that helps  :)
Justin


-Original Message-
From: BT [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:04 PM
To: CF-Talk
Subject: RE: To hell with it all..


Another Monday.

-Original Message-
From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 7:09 PM
To: CF-Talk
Subject: Re: To hell with it all..


huh???


From: BT [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: To hell with it all..
Date: Mon, 30 Jul 2001 18:56:42 -0400

I say to hell with this whole Internet thing

-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 6:59 PM
To: CF-Talk
Subject: RE: Something wrong with my CFIF (to Lee Fuller)


No.. It doesn't.

Take a look at the ISNULL CF function.

 Lee


  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e.,
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: To hell with it all......

2001-07-30 Thread Lee Fuller

We blame YOU!

;)



 -Original Message-
 From: Dylan Bromby [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, July 30, 2001 4:15 PM
 To: CF-Talk
 Subject: RE: To hell with it all..
 
 
 blame canada!
 
 -Original Message-
 From: BT [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:57 PM
 To: CF-Talk
 Subject: To hell with it all..
 
 
 I say to hell with this whole Internet thing
 
 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 6:59 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
 No.. It doesn't.
 
 Take a look at the ISNULL CF function.
 
   Lee
 
 
  -Original Message-
  From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 30, 2001 3:32 PM
  To: CF-Talk
  Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
  I think CF treats Null and  as the same.  Right?
 
  From: Lee Fuller [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: RE: Something wrong with my CFIF
  Date: Mon, 30 Jul 2001 15:29:26 -0700
  
  The DB field isn't .. It's most likely NULL.
  
  Try using ISNULL and/or wrap the var with TRIM.. i.e., 
  #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
  
  
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
  
  
  
-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 3:14 PM
To: CF-Talk
Subject: Something wrong with my CFIF
   
   
If I run any of these;
cfif qGetLab.Critical_High NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (qGetLab.Critical_High) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
cfif (#qGetLab.Critical_High#) NEQ 
   tr
TH
   Critical High
  /TH
  td
   #Critical_high#
  /td
   /tr
   /cfif
   
and the DB field is empty, I should not see those rows.
  Problem is,
I do see those rows, and the DB field is empty. What
  gives? I have
done this a thousand times before with no problems.
   
   
   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: To hell with it all......

2001-07-30 Thread Michael Lugassy

You guys are starting in Monday and still complaining???

Michael, Israel


- Original Message -
From: Justin Hansen [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, July 31, 2001 1:16 AM
Subject: RE: To hell with it all..


 Sounds like someone has a case of the Mondays.
 That'd be great

 Hope that helps  :)
 Justin


 -Original Message-
 From: BT [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 6:04 PM
 To: CF-Talk
 Subject: RE: To hell with it all..


 Another Monday.

 -Original Message-
 From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 7:09 PM
 To: CF-Talk
 Subject: Re: To hell with it all..


 huh???


 From: BT [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: To hell with it all..
 Date: Mon, 30 Jul 2001 18:56:42 -0400
 
 I say to hell with this whole Internet thing
 
 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 6:59 PM
 To: CF-Talk
 Subject: RE: Something wrong with my CFIF (to Lee Fuller)
 
 
 No.. It doesn't.
 
 Take a look at the ISNULL CF function.
 
  Lee
 
 
   -Original Message-
   From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 30, 2001 3:32 PM
   To: CF-Talk
   Subject: RE: Something wrong with my CFIF (to Lee Fuller)
  
  
   I think CF treats Null and  as the same.  Right?
  
   From: Lee Fuller [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Subject: RE: Something wrong with my CFIF
   Date: Mon, 30 Jul 2001 15:29:26 -0700
   
   The DB field isn't .. It's most likely NULL.
   
   Try using ISNULL and/or wrap the var with TRIM.. i.e.,
   #trim(myvar)#.  That will remove any extraneous spaces.. Etc.
   
   
   Lee Fuller
   Chief Technical Officer
   PrimeDNA Corporation / AAA Web Hosting Corporation
   We ARE the net.
   http://www.aaawebhosting.com
   
   
   
 -Original Message-
 From: Bruce Sorge [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 3:14 PM
 To: CF-Talk
 Subject: Something wrong with my CFIF


 If I run any of these;
 cfif qGetLab.Critical_High NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (qGetLab.Critical_High) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 cfif (#qGetLab.Critical_High#) NEQ 
tr
 TH
Critical High
   /TH
   td
#Critical_high#
   /td
/tr
/cfif

 and the DB field is empty, I should not see those rows.
   Problem is,
 I do see those rows, and the DB field is empty. What
   gives? I have
 done this a thousand times before with no problems.



   
  
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



To hell with it all......

2001-07-30 Thread Mark Smeets

Screw Monday..Mondah was great, I didn't have to work...fuck Tuesday though

:)

p.s. Actually my weekend was crappy as well. Not that anyone really cares 
but hey, at least 2 people on this list had to work over the weekend so I 
guess it's fair to say you all suck :)

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists