Basic HTML version of Foils prepared May 3 1998

Foil 32 Presenting Query Output in a Table

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


1 CFTABLE tag:
2
3 <CFTABLE QUERY="EmployeeList" MAXROWS=10 >
4 <CFCOL HEADER="First Name" WIDTH=25
5 TEXT="<I>#FirstName#</I>">
6 <CFCOL HEADER="Last Name" WIDTH=15 TEXT="#LastName#">
7 <CFCOL HEADER="Phone" WIDTH=15 ALIGN=RIGHT
8 TEXT="#Phone#">
9 </CFTABLE>

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