Name
ns_dbformvalueput -- Set default values in an HTML form
for accessing the database
Syntax
ns_dbformvalueput htmlform colname type value
Description
ns_dbformvalueput sets the default
value for the specified column (colname) in
an HTML form (htmlform) equal to value. The HTML form does not need to be completely
formed; it may be a partial form. Specify the
type of the column as text, integer, real, boolean, date, time,
or timestamp.