merge_form_with_query (public, deprecated)

 merge_form_with_query [ -bind bind ] form statement_name sql_qry

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Merges a form with a query string. DEPRECATED: this proc does not comply with OpenACS naming convention. Furthermore, ns_formvalueput supports a limited number of HTML variants and input tag types and is subject to various other limitations. For a modern implementation addressing the use-case of this proc one should probably use tools such as tDOM.

Switches:
-bind (optional)
A ns_set stuffed with bind variables for the sql_qry.
Parameters:
form (required)
the form to be stuffed.
statement_name (required)
An identifier for the sql_qry to be executed.
sql_qry (required)
The sql that must be executed.
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) db_0or1row db_0or1row (public) merge_form_with_query merge_form_with_query merge_form_with_query->ad_log_deprecated merge_form_with_query->db_0or1row

Testcases:
No testcase defined.
[ show source ]
Show another procedure: