dp_process

EveAndersson.com : API Browser : dp_process

dp_process

dp_process [ -set_id set_id ] [ -db_op db_op ] \
    [ -form_index form_index ] [ -where_bind where_bind ] \
    [ -where_clause where_clause ]
Defined in tcl/data-pipeline-defs.tcl

Does database updates/inserts of all the fields passed from the previous form that start with dp$form_index.

Switches:
-set_id (optional)
-db_op (defaults to "update_or_insert")
-form_index (optional)
-where_bind (optional)
-where_clause (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com