Basic HTML version of Foils prepared July 5 98

Foil 19 ASP - Example Code II (contd.)

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


1 <td align="left" width="80%" valign="middle">
2 <% For Each fld in list.Fields %>
3 <% = fld.Value %> ` use the generic field object to display the value
4 <% Next %>
5 </td>
6 <%
7 list.MoveNext ` loop through the record list
8 Loop
9 %>
10 </table></center>
11 <%
12 End if ' for record display
13 End Sub
14 '------------------------------------------
15 %>
16 </body>
17 </html>

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