https://bugs.documentfoundation.org/show_bug.cgi?id=166232
--- Comment #21 from Robert Großkopf <[email protected]> --- Have had a look at the example. There are 2 fields, which are currency fields. CDec or CDbl don't know anything about '€'. So this functions will fail if you get the Text-Element of the controls. Text is what an element will show. Change to FieldA = ActivationInterface.getControl("FieldA").Value FieldB = ActivationInterface.getControl("FieldB").Value MySheet.getCellByPosition(1, 1).Value = FieldA / FieldB Will give the right result. -- You are receiving this mail because: You are the assignee for the bug.
