You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/10/21 15:49:31 UTC

[Issue 125779] New: Conversion string -> decimals

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: activ3d@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.

[Issue 125779] Conversion string -> decimals

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125779

--- Comment #2 from Kris <ac...@telenet.be> ---
This is a BUG. a serious bug! I'm not asking for help.

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

[Issue 125779] Conversion string -> decimals

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125779

--- Comment #3 from oooforum <oo...@free.fr> ---
(In reply to Kris from comment #2)
> This is a BUG. a serious bug! I'm not asking for help.
So your bug report is *NOT* valid.
You must attach a sample file with your macro and provide a step-by-step
procedure to reproduce clearly that you describe.

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

[Issue 125779] Conversion string -> decimals

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125779

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr

--- Comment #1 from oooforum <oo...@free.fr> ---
This is a bug tracking system and not a helpdesk.

Please, post this kind of question on the end-user forum
https://forum.openoffice.org or on the API mailing list
api@openoffice.apache.org

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