To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95267


User cloph changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from cl...@openoffice.org Tue Aug 18 22:36:57 +0000 
2009 -------
invalid.

It is stored as length+number of decimals.

Your sample:

$ ./dbfsak -e -b mini.dbf 
*** Field Specs ***

   Name    T Length Dec Offset
---------- - ------ --- ------
    LINE_1 C      6   0      1
     COL_2 C     11   0      7
   VALUE_3 N      5   2     18

 :Line 2:Value cool :48.00
 :Line 3:Value Col 2:3.20

A sample where the first numeric one has no special format applied, the second
one was explicitly set to 4 decimal places, and the last one set explicitly to
no decimals

$ ./dbfsak -e -b  dbasetest.dbf 
*** Field Specs ***

   Name    T Length Dec Offset
---------- - ------ --- ------
      NAME C      5   0      1
     VALUE N      4   2      6
    VALUE4 N      6   4     10
    VALUE0 N      4   2     16

 :eins :1.11:1.1100:1.11
 :zwo  :2.20:2.2000:2.20
 :drei :3.33:3.3330:3.33
 :vier :4.45:4.4480:4.45
 :fuenf:5.00:5.0000:5.00

So one can argue that OOo exports too much precision/you cannot exporte pure
integers, but that' exactly the opposite as of this issue, thus closing.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to