Issue 82291 - Base help: "Form data input checks for required fields"
Summary: Base help: "Form data input checks for required fields"
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: All All
: P4 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: mwaller
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 14:13 UTC by Uwe Fischer
Modified: 2008-02-11 13:25 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Uwe Fischer 2007-10-05 14:13:47 UTC
from the feature mail:
For databases, there exists a per-database setting which controls
whether forms check for required fields when entering data.

That is, when the user enters a new record, or updates an existing
one, in a form, and leaves a field empty which is bound to a database
column which requires input, then the form runtime would normally
complain that this field needs input. This is the behaviour up to OOo
2.2, and the default in 2.3 unless some macro will be run manually.

Now, there exists a setting named "Form data input checks for required
fields", on the "Special Settings" tab page of the advanced database
properties ("Edit"/"Database"/"Advanced Settings". Yes, we need to
rework the names here.).

When this is checked (the default for all existing and newly created
databases), then the behaviour in forms will be as described above.

If it is not checked, then forms (all forms in this DB, that is) will
not check for required fields. As a consequence, the DB designer can
specify server-side default values for fields, which up to now was
hardly possible since there is not way Base can generically read
server-side default values, thus it always assumed there're none.

The setting is available in all data source types which (potentially)
support write access to their data, which means it does not exist for
Spreadhseet, Text/CSV, and the various read-only flavours of address
books.
Comment 1 Uwe Fischer 2007-10-31 13:36:21 UTC
Changed file shared/explorer/database/dabaadvpropdat.xhp in CWS hcshared12
Comment 2 Uwe Fischer 2007-11-06 14:28:37 UTC
Please verify in CWS hcshared12
Comment 3 mwaller 2007-11-13 14:32:42 UTC
verified in hcshared12
Comment 4 mwaller 2008-02-11 13:25:17 UTC
verified in master m245 and closed