Basic HTML version of Foils prepared May 3 1998

Foil 33 Using CFREPORT to Add Crystal Reports Output

From Java Blend and Cold Fusion High Level Database Interfaces CPS616 Web Technologies -- Spring 98. by Chao Wei Ou


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>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998