diff --git a/Documentation/Form.rst b/Documentation/Form.rst index 76107b8950721207f9ea435c38a85944416d6a7d..92a897466136b358aa70c802553d56eb283bf6b0 100644 --- a/Documentation/Form.rst +++ b/Documentation/Form.rst @@ -2606,7 +2606,7 @@ record (defined by `multiSql`). | multiMgsNoRecord | Default: No data | Message shown if `multiSql` selects no records | +------------------+----------------------------------+------------------------------------------------+ -.. note:: +.. important:: Multi Form do not use 'record-locking' at all. @@ -2615,8 +2615,8 @@ The Form is shown as a HTML table. * `multiSql`: Selects the records where the defined FormElements will work on each. - * A uniq column 'id' or '_id' (not shown) is mandatory and has to reflect an existing record id in table `primary table`. - * Additional columns, defined in `multiSql`, will be shown on the form in the same line, before the FormElements. + * A uniq column `id` or `_id` (not shown) is mandatory and has to reference an existing record in table `primary table`. + * Additional columns, defined in `multiSql`, will be shown on the form on the same line, before the FormElements. * Per row, the STORE_PARENT is filled with the current record of the primary table. The following definition of *Simple* and *Advanced* is just for explanation, there is no *flag* or *mode* which @@ -2635,7 +2635,7 @@ FormElement: * The FormElement.name represents a column of the defined primary table. * The existing values of such FormElements are automatically loaded. -* No further definition (sqlInsert, sqlUpdate, ...) is required. +* No further definition (`sqlInsert`, `sqlUpdate`, ...) is required. Advanced ^^^^^^^^