<cfif
FileExists(reports/#get_years.date_year#/#phase#/#pathName#/#url.school#/#fi
leName##docType#)>

need apostophe's round that, and prob a wee bit of expandpath too:

<cfif
FileExists(expandpath('reports/#get_years.date_year#/#phase#/#pathName#/#url
.school#/#fileName##docType#')>

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: 14 October 2003 16:22
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] Why doesn't this work?
> 
> 
> 
> Can anyone tell me why this doesn't work please .....? 
> <cfoutput query="get_report">
>             <cfset pathName = get_report.path_name>
>             <cfset docType = get_report.doc_type>
>             <cfset fileName = get_report.file_name>
>             <tr>
>                   <td valign="left" align="left" 
> style="font-family: Arial;
> font-size: 10pt">
>                         #get_report.Report_Name#
>                   </td>
>                   <cfloop query="get_years">
>                         <td valign="left" align="left" 
> width="45" style
> ="font-family: Arial; font-size: 10pt">
>                               <cfif 
> FileExists(reports/#get_years.date_year#/#phase#/#pathName#/#u
> rl.school#/#fileName##docType#)>
>                                     <a href 
> ="reports/#get_years.date_year#/#phase#/#pathName#/#url.school
> #/#fileName##docType#">
> #get_years.date_year#</a>
>                               </cfelse>
>                                     #get_years.date_year#
>                               </cfif>
>                         </td>
>                   </cfloop>
>             </tr>
>       </cfoutput>
> 
> I keep getting the following error message
> 
>                                                                 
>  Invalid CFML construct found on line 485 at column 130.        
>                                                                 
>  ColdFusion was looking at the following text:                  
>                                                                 
>                                                                 
>  #                                                              
>                                                                 
> 
> 
> 
> Something to do with the fileexists thingy...
> 
> Regards - Paul
> 
> 
> 
> 
> 
> **************************************************************
> ***********************************
> The information contained within this e-mail (and any 
> attachment) sent by Birmingham City Council is confidential 
> and may be legally privileged. It is intended only for the 
> named recipient or entity to whom it is addressed. If you are 
> not the intended recipient please accept our apologies and 
> notify the sender immediately, or telephone +(44) 121 303 
> 6666. Unauthorised access, use, disclosure, storage or 
> copying is not permitted and may be unlawful. Any e-mail 
> including its content may be monitored and used by Birmingham 
> City Council for reasons of security and for monitoring 
> internal compliance with the office policy on staff use. 
> E-mail blocking software may also be used. Any views or 
> opinions presented are solely those of the originator and do 
> not necessarily represent those of Birmingham City Council. 
> We cannot guarantee that this message or any attachment is 
> virus free or has not been intercepted and amended.
> 
> **************************************************************
> ***********************************
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED] For human help, e-mail: 
> [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to