To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=58101
------- Additional comments from [EMAIL PROTECTED] Tue Apr 11 10:17:09 -0700 2006 ------- I tried this with m162, Win XP Sp2, MySQL 5.0.18, JDBC 3.1.12 Initialy it failed, actually I could not get the query to run at all because it failed to recognize either a decimal or numeric field. I then switched JDBC drivers to the 5.0.0 beta (nightly build 20060214) release. The tables open fine, the query runs without a problem. The form is created and the value displayed reflects the decimal places properly. this was true for columns of type DECIMAL and NUMERIC Then I realized that is not what was needed to test...sorry. Tired a VARCHAR column, everything works as expected - the query query works, with the column in the result set formatted as General Number. The form wizard reads the column as such. This works for a value with up to 2 digits after the decimal place. I tested with a sring of 1.123 and the result displayed was 2.12, to fix this I simply needed to edit the form and change the format for the control to show three digits - the form then displayed the correct 2.123. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
