To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99308
User atjensen changed the following:
What |Old value |New value
================================================================================
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Sun Mar 7 14:57:42
+0000 2010 -------
The following code will solve your problems:
....
....
case "Bf"
oShape = oForm.getByIndex(i)
oControl = oController.getControl(oShape.control)
oControl.Model.BoundField.updateInt( vA * 2 )
case "Cf"
oShape = oForm.getByIndex(i)
oControl = oController.getControl(oShape.control)
oControl.Model.BoundField.updateString("Hallo")
end select
next
end sub
I was unable to reproduce the problem with wizard generated forms.
Setting this issue to WORKSFORME
---------------------------------------------------------------------
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]