That worked.

Thanks much.

On Tue, 19 Nov 2002 16:02:16 -0000, John Beynon wrote:

> Would that not be a nested CFIF block?
> 
> <cfif isdefined("qgetdir.strOmit")>
>       <cfif qgetdir.strOmit CONTAINS 'documents'>
>       ...
>       <cfelse>
>       ...
>       </cfif>
> </cfif>
> 
> jb.
> 
> -----Original Message-----
> From: FlashGuy [mailto:[EMAIL PROTECTED]] 
> Sent: 19 November 2002 15:54
> To: CF-Talk
> Subject: IsDefined do this...
> 
> Hi,
> 
> I'm checking a field in my database and if its equal to something do
> this...otherwise...do else...
> 
> Here is my code:
> 
> <cfif isDefined("qgetdir.strOmit") and Len(Trim(qgetdir.strOmit)) GT 0>
> ..do this...
> <cfelse>
> ..do this...
> </cfif>
> 
> The above field contains multiple directories. I need to check if
> "documents" exists in the field qgetdir.strOmit
> 
> This is what I have but it doesn't work.
> 
> <cfif isDefined("qgetdir.strOmit") CONTAINS 'documents'>
> 
> 
> 
> ---------------------------------------------------
> Colonel Nathan R. Jessop
> Commanding Officer
> Marine Ground Forces
> Guatanamo Bay, Cuba
> ---------------------------------------------------
> 
> 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to