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

Reply via email to