To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114403
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|oj |fs
--------------------------------------------------------------------------------
Priority|P3 |P2
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.4
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Sep 10 09:51:46 +0000
2010 -------
There's a multitude of problems here ...
First, the "Name" list box in the form is invalid, in some sense: It is bound to
the SQL statement 'SELECT "Name" FROM "Table1"', with "Bound Field" being 1.
Since "Bound field" starts counting with "0", this means that the *second* field
of the result set of the SQL statement should be the bound field - alas, there
is only one column in the result set.
So, one question would be how this list box was created - was it by some of
wizard? In this case, the wizard would need to be fixed.
Second, the crash obviously is a problem :-\. Looking at the code, I somehow
doubt there was ever an OOo release where this did /not/ crash, it ... smells
pretty ancient.
Fixing this crash is easy, in fact I'm going to commit the patch to CWS dba34a.
Third, the root cause for the first problem: I consider it somewhat strange that
"Bound Field" starts counting with 1, it should allow 0 as well. I am not sure
this can be easily fixed, I remember that in some distant past, I stumbled over
some quirks associated with this.
targeting to 3.4, changing prio to P2 (since it's a crash)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]