you've got reports in a folder that's not accessible via the web, so how is
<a href="reports/blah.doc"> meant to work?  Use CFFile to read the contents
of whatever file, then either create a temporary file or use cfcontent to
serve up the content.


Duncan Cumming
IT Manager

http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600

Creative solutions in a technical world

----------------------------------------------------------------------
Get your domain names online from:
http://www.alienationdomains.co.uk
Reseller options available!
----------------------------------------------------------------------
----------------------------------------------------------------------


                                                                                       
                                      
                    [EMAIL PROTECTED]                                                  
                                
                    ham.gov.uk                     To:     [EMAIL PROTECTED]           
                            
                                                   cc:                                 
                                      
                    20/11/2003 10:29               Subject:     [ cf-dev ] Please help 
                                      
                    Please respond to dev                                              
                                      
                                                                                       
                                      
                                                                                       
                                      




I have been developing a reports delivery system. All has been working well
bu I have had to move the reports outside of IIS for security.
How do I reference the reports now? - they are sitting on the same server
in D:\reports

Heres the code

<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(ExpandPath
("reports/#get_years.date_year#/#menuPath#/#phase#/#pathName#/#url.school#/#url.school##docType#"))>

                                    <a href
="reports/#get_years.date_year#/#menuPath#/#phase#/#pathName#/#url.school#/#url.school##docType#"

 target="_blank">#get_years.date_year#</a>
                              <cfelse>
                                    <font color="##999999" size="2" face
="Arial, Helvetica, sans-serif">#get_years.date_year#</font>
                              </cfif>
                              <!--- use for debuging
<a href
="reports/#get_years.date_year#/#menuPath#/#phase#/#pathName#/#url.school#/#url.school##docType#">

#get_years.date_year#</a>
                              --->
                        </td>
                  </cfloop>
            </tr>
      </cfoutput>


I have been looking at CFCONTENT but how do I implement this into the
existing code ....??

BTW - Our notes server has died so can you please reply to my hotmail
account [EMAIL PROTECTED] sorry if any of you have answered this
already but I am not receiving mail and the mail administrator is on
holiday. Oh the joys of local government ....


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