plain text
fnSimpleUpdateRecord(...)
Description
This function returns an HTML string to display and update 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
<%= fnSimpleUpdateRecord(DataConnection, OpenString, [InputTypeArray],
[TableName], [LablesArray],
[ColoursArray], [ConnectionArray], %>
Example
<%@ Language=VBScript %>
<% Response.Buffer = true %>