https://issues.apache.org/ooo/show_bug.cgi?id=125779

          Issue ID: 125779
        Issue Type: DEFECT
           Summary: Conversion string -> decimals
           Product: App Dev
           Version: 4.1.1
          Hardware: Mac
                OS: Mac OSX, 10.9
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: scripting
          Assignee: issues@openoffice.apache.org
          Reporter: acti...@telenet.be

In my Base file, I have a OOBasic macro.
This macro gets input out of a Form (input fields) and Tables. Does some
actions (calculations) on the data and writes it in a Table.

This file runs already for 4 years without any problem but now I updated my
OpenOffice to 4.1.1 and I get a problem by converting data from String to
Double (CDbl()) or by getting the value of a Form - input field.
In OOBasic I get the value from an input field (string), converts it (with
CDbl()-function) and put it in a decimal variable (double). The data are
'double' decimals but in the double-variable I get only the whole number and
not the decimals. The decimals are just cut-off. (e.g. input=2,45 and the
variable=2)

Before, with all the previous version, I never have had a problem.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to