To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109956
                 Issue #|109956
                 Summary|refreshRow does not refresh text fields bound to a fie
                        |ld whose value changed
               Component|Database access
                 Version|OOo 3.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|oj
             Reported by|fs





------- Additional comments from f...@openoffice.org Mon Mar  8 21:42:10 +0000 
2010 -------
- open the attached database document
- open the contained form by double-clicking it
- press the "set field value ..." button
  This starts a macro which updates the table which the form is bound to,
  and reloads the form. Then, the value of the text control, and the value of
  the RowSet column which the text control is bound to, are displayed. Both
  are identical, which is expected.
- press the "reset field value + refreshRow" button
  This starts a macro which updates the underlying table, and calls refreshRow
  at the RowSet. Again, the two values are displayed, but this time, the column
  contains an empty string (which is correct, this is what the SQL update did),
  but the form control still contains the non-empty text.
=> refreshRow does not work as expected, in that though the RowSet column's
   value is properly updated, this is not notified to its listeners, in
   particular, it is not notified to the bound form control.

---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to