RE: cfif with AND and OR statements

2005-05-25 Thread Cameron Johnson
ramento, CA > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > . > -Original Message- . > From: Dave Francis [mailto:[EMAIL PROTECTED] . > Sent: Wednesday, May 25, 2005 8:57 AM . > To: CF-Talk . > Subject: RE: cfif with AND an

Re: cfif with AND and OR statements

2005-05-25 Thread Joe Kelly
Not sure if this is what your asking for after deciphering your question show table 2 show table 1 -- Thanks, Joe Kelly ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://ww

RE: cfif with AND and OR statements

2005-05-25 Thread Ian Skinner
- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 8:57 AM To: CF-Talk ....Subject: RE: cfif with AND and OR statements Isn't CASE 2, condition C True? ie. index.cfm NEQ page.cfm Confidentiality Notice: This message including any attachments i

RE: cfif with AND and OR statements

2005-05-25 Thread Dave Francis
Isn't CASE 2, condition C True? ie. index.cfm NEQ page.cfm -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 11:41 AM To: CF-Talk Subject: RE: cfif with AND and OR statements A = isDefined("url.ItemNumber") B = URL.ItemNum

RE: cfif with AND and OR statements

2005-05-25 Thread Ian Skinner
run. Run code run. Please!" - Cynthia Dunning -Original Message- From: Cameron Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 8:23 AM To: CF-Talk Subject: cfif with AND and OR statements I've got the following cfif statement in one of my header

RE: cfif with AND and OR statements

2005-05-25 Thread Pascal Peters
> To: CF-Talk > Subject: cfif with AND and OR statements > > I've got the following cfif statement in one of my header pages: > > (CGI.SCRIPT_NAME NEQ '/page.cfm')> > show table 1 > > show table 2 > > > Here are my scenarios: > > - w

cfif with AND and OR statements

2005-05-25 Thread Cameron Johnson
I've got the following cfif statement in one of my header pages: show table 1 show table 2 Here are my scenarios: - when the cfif is combined into one statement, it works correctly (meaning I see table 2) when browsing to /page.cfm. But it doesn't work when browsing to index.cfm?ItemNumber