Re: cfif and cfdocument oddity....

2005-07-26 Thread Tony Weeg
list knows as much as you do. > > Thanks, > > Dave > > -Original Message- > From: Kevin Bridges [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 26, 2005 10:01 AM > To: CF-Talk > Subject: Re: cfif and cfdocument oddity > > > It's simple ...

Re: cfif and cfdocument oddity....

2005-07-26 Thread Kevin Bridges
assume everyone on this list knows as much as you do. > >Thanks, > >Dave > >-Original Message- >From: Kevin Bridges [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 26, 2005 10:01 AM >To: CF-Talk >Subject: Re: cfif and cfdocument oddity > > >It&

RE: cfif and cfdocument oddity....

2005-07-26 Thread Dave.Phillips
t: Re: cfif and cfdocument oddity It's simple ... because you are supposed to follow nesting orders dictated by CF or CF will generate an error. That is how CF works. Your asking a question equivalent to why can't a human being walk through a brick wall. Not to mention the headache

Re: cfif and cfdocument oddity....

2005-07-26 Thread Kevin Bridges
It's simple ... because you are supposed to follow nesting orders dictated by CF or CF will generate an error. That is how CF works. Your asking a question equivalent to why can't a human being walk through a brick wall. Not to mention the headache you cause other developers that one day may

Re: cfif and cfdocument oddity....

2005-07-26 Thread Kevin Bridges
have to >>duplicate it and have two sets to maintain. Ultimately, after CF has >>processed, the code will only be included ONCE. >> >>Dave >> >>-Original Message- >>From: Tony Weeg [mailto:[EMAIL PROTECTED] >>Sent: Monday, July 25, 2005 4:45 PM &

Re: cfif and cfdocument oddity....

2005-07-26 Thread Tony Weeg
ve > > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 4:45 PM > To: CF-Talk > Subject: cfif and cfdocument oddity > > > hi there everyone. > > got something strange happening... > > i have this cod

Re: cfif and cfdocument oddity....

2005-07-26 Thread Tony Weeg
t have to > duplicate it and have two sets to maintain. Ultimately, after CF has > processed, the code will only be included ONCE. > > Dave > > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 4:45 PM > To: CF-Talk >

RE: cfif and cfdocument oddity....

2005-07-26 Thread Dave.Phillips
al Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 4:45 PM To: CF-Talk Subject: cfif and cfdocument oddity hi there everyone. got something strange happening... i have this code... Some code, and eventually the report to show bu

RE: cfif and cfdocument oddity....

2005-07-25 Thread Dawson, Michael
ly 25, 2005 3:45 PM To: CF-Talk Subject: cfif and cfdocument oddity hi there everyone. got something strange happening... i have this code... Some code, and eventually the report to show but it bombs, telling me that i need to opening cfdocument tag, but im not sure wh

Re: cfif and cfdocument oddity....

2005-07-25 Thread Kevin Bridges
You need to encapsulate the entire cfdocument either inside or outside the if statements ... that works the sam way if you improperly nest cfoutput tags also. Tony Weeg wrote: >hi there everyone. > >got something strange happening... > >i have this code... > > > > > >Some code, and event

cfif and cfdocument oddity....

2005-07-25 Thread Tony Weeg
hi there everyone. got something strange happening... i have this code... Some code, and eventually the report to show but it bombs, telling me that i need to opening cfdocument tag, but im not sure why, as the if clause confirms not true... if i remove the cfif tags, wi