Anyone seen the movie, "Office Space"??????

Yeeeeaaaaahhhhh, 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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to