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

Reply via email to