To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98162


User fs changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|dbaneedsconfirm           |fs
--------------------------------------------------------------------------------
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
                 Summary|Blind list box bound to bo|list box bound to boolean 
                        |olean field               |field does not display val
                        |                          |ues
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.x
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Mon Feb  2 12:20:14 +0000 
2009 -------
confirming, targeting, assigning

fs->fs: The value list held internally by the list box is fed with "true" and
"false". But when it comes to displaying the current value of a row, then the
"getString" at the row set returns a "1" resp. "0", which is not found in the
value list, thus no selection is made.
Problem is that when obtaining the value list, an SDBC level statement is used,
so that the getString request is forwarded directly to the system driver, which
translates a boolean "true" value to the string "true". Later, when an SDB-level
statement is used, the getString request is answered by our RowSet
implementation, which translates the boolean "true" value into the string "1".

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to