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


User msc changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |WORKSFORME
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Wed Feb 18 10:06:04 +0000 
2009 -------
Hi,

AFAIS you set the new value to the control and not to the model of the control.
You need to set the new value to the control model and not to the control view.
You get the control model via 

oController = ThisComponent.getCurrentController()
oControl = oController.getControl(oShape.control)
oControl.text = "hello"

Then the value is stored to the table if you save the record.

I set the status to "WORKSFORME". Please close this issue if the solution solve
your problem. Otherwise please reopen the issue again.

Bye Marc



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

Reply via email to