[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2010-03-10 Thread chrysten
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980





--- Additional comments from chrys...@openoffice.org Wed Mar 10 16:50:53 
+ 2010 ---
Additional information regarding formatting errors in FormattedField controls.
1) in a GridControl - a FormattedField does pick-up and retain the formatting;
  (eg, format=(1234.00) does display with two decimal places (as in a Currency
field)
2) an individual formatted field control - not bound to a data item - does not
retain formatting. Both decimal and currency formats display as integers. [the
formatted field is filled in with computed results from a SELECT SUM(... ) 
stmt.]
ooo310_m19/winXP

-
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



[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2009-07-31 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980





--- Additional comments from atjen...@openoffice.org Fri Jul 31 14:51:04 
+ 2009 ---
Created an attachment (id=63894)
example database


-
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



[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2009-07-31 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980


User atjensen changed the following:

What|Old value |New value

  CC|''|'atjensen'

  OS/Version|Windows XP|All





--- Additional comments from atjen...@openoffice.org Fri Jul 31 15:11:50 
+ 2009 ---
Confirmed w/ OOO310m_17 and OO.o3.1, Ubuntu 9.04

NOTE - I'm leaving the actual issue as unconfirmed - not because this doesn't
happen but because it appears there are a couple of problems all working
together. This perhaps should be broken into multiple issues and perhaps an RFE.

1) User defined formats - these seem to be changed after the file is saved and
reopened. So ABC after re-open becomes ABC# under m_17. Under 3.1 it
came back as ABC/# (Also I kind of recall seeing an Issue about this with
regards or something similar, under Calc or Framework...will need to do some
searching)

2) Form controls. 
Individual controls seem to pick this formatting up and use it.
Controls in table Grid columns do not - unless they are used as part of a
Master/Detail form, and the Master form is using an individual control properly
formatted. (~clear as mud..sorry)

3) Three times while testing this with a form using stand alone controls the
DBEngine throw an error saying that a duplicate value was rejected for the
Auto_Increment field. Closing the form and repoening it put all back
right...there did not seem to be a pattern to when it would do this however.
(Note there is an unconfirmed Issue in the system right reporting just this
behavior that has nothing to do with formats - so need to see if I can duplicate
this without the format being involved)

4) Query designer - the default format is honored when the you first create a
query. After closing and the exectuting the query later it is lost. (Again I
think there might be an existing issue on this...more searching)

5) When creating a form the controls that do honor the formatting seem to pick
this up at design time and then save it - so that if you later change the format
for field definition and run the form you still get the old formatting. (This
might be the RFE)

@rk601 - I think it would be best if you could help me work through this and we
discuss it on one of the mailing lists first and then come back to the issue
tracking system. us...@dba.openoffice.org seems like a good list.

-
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



[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2009-06-02 Thread rk601
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980





--- Additional comments from rk...@openoffice.org Tue Jun  2 15:52:03 + 
2009 ---
Please note that issue #99981 is NOT a duplicate of this issue #99980.

-
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



[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2009-03-06 Thread rk601
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980
 Issue #|99980
 Summary|Lost Format of Integer (and Other Numeric Fields)
   Component|Database access
 Version|OOO310m4
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|rk601





--- Additional comments from rk...@openoffice.org Fri Mar  6 16:14:55 + 
2009 ---
OpenOffice Base 3.01 in Windows XP does not save its formatting when applied to
an Integer field (or other numeric field). Follow these steps to reproduce the
error:

1. Launch OpenOffice 3.01, Create a database using OpenOffice HSQL database 
engine.

2. Create a table that includes at least one numeric field like Integer. For
this example the Integer field will be called Primary Key and it will
auto-increment and be the primary key.

3. Click on the Field Type (Integer) and change the Format Example to ABC000

4. Click the OK button, click the save button, and save the database.

5. Create a Form that allows for data to be entered into the newly created table
and allow the Form to edit database data. Be sure the Form allows for the
display of the auto-incrementing Integer field called Primary Key.

6. Save the Form.

7. Use the Form to enter data. Notice that the Primary Key field within the
form does not maintain its format. It should display ABC000 but it displays 0.

8. You may need to quit OpenOffice a few times to see that the Primary Key
field within the form does not maintain its format. Also note that the the
Primary Key field within the Table defaults to its original format.

-
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



[dba-issues] [Issue 99980] Lost Format of Integer (an d Other Numeric Fields)

2009-03-06 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99980





--- Additional comments from f...@openoffice.org Fri Mar  6 16:21:25 + 
2009 ---
*** Issue 99981 has been marked as a duplicate of this issue. ***

-
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