plain text
fnShowRecord()
fnShowRecord(...)
Description
See fnDisplayRecord instead
This function returns an HTML string to display one record from a
database table on a webpage. The
record is formatted as an HTML table. The labels for the fields of
the data can be specified as can the
colours used in the display.
Syntax
<%= fnShowRecord(strOpen, ooConnection, [aaConnect], [aaLabels],
[aaColourInfo]) %>
Example
<%@ Language=VBScript %>
<% Response.Buffer = true %>