1 | This example uses a function to determine the application page path. The report displays only those records that match ZIP code and last name criteria entered into an HMTL form: |
2 | |
3 | <CFREPORT REPORT="#GetDirectoryFromPath |
4 | (Application PagePath)#myreport.rpt" |
5 | {ZipCode} = "#Form.ZipCode#" AND |
6 | {LastName} like "#Form.LastName#*" |
7 | </CFREPORT> |