Issue 65682

Summary: "Bound field" of list boxes is one-off in case of table sources
Product: Base Reporter: Frank Schönheit <frank.schoenheit>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m162   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
database document to reproduce the bug case none

Description Frank Schönheit 2006-05-22 09:24:41 UTC
If you bind a list box form control to a table, you can set "Bound field" to the
number of the column (in the table) which should be matched against the form's
current column value (as indicated by the "Data field" property.

However, this "Bound field" property is one-off: If you enter "1", the second
column of the table is used for matching, for "2", the third one, and so on. As
a consequence, you cannot chose the first column for matching - this would
require to enter a "0", which is prevented at the UI. Also, using the last table
column for matching is not possible, since this is evaluated to "last column +
1", which fails.
Comment 1 Frank Schönheit 2006-05-22 09:27:40 UTC
Created attachment 36651 [details]
database document to reproduce the bug case
Comment 2 Marcus 2017-05-20 10:44:31 UTC
Reset the assignee to the default "issues@openoffice.apache.org".