[dba-issues] [Issue 108377] Forms with setting 'Add d ata Only = Yes' broken

2010-02-12 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Fri Feb 12 22:22:46 
+ 2010 ---
This is what I did to fix the problem without too much complication.

I changed the Add data only of all my forms that had 'yes' in them to 'no'.

Then, at the start of my ResizeOnOpen subroutine, which I have for every form
that is loaded, I added:

Sub ResizeOnOpen(Event As Object)

Dim ThisForm As Object
ThisForm = Event.Source
ThisForm.MoveToInsertRow()

The rest of my initialsation routine..

End Sub

And whallah! It all works fine.

Both the InsertRow() method and the 'Save record' action of the forms save the
new row correctly without error.

-
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


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



[installation-issues] [Issue 108728] Error 1310. Error writing file:msvcr90.dll.

2010-01-28 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108728





--- Additional comments from chrisbr...@openoffice.org Thu Jan 28 08:25:50 
+ 2010 ---
I could not install any of the OOo-3.2 RC's 2,3 or 4 on Windows 7 Ultimate but
I've just installed OOo-dev 3.3 successfully on the same system.
I hope this gives you a clue as to what is wrong.

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


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



[installation-issues] [Issue 108728] Error 1310. Error writing file:msvcr90.dll.

2010-01-28 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108728





--- Additional comments from chrisbr...@openoffice.org Thu Jan 28 09:56:10 
+ 2010 ---
I've just now downloaded BrOOo_3.2.0rc4_20100125_Win32Intel_install_pt-BR.exe
from the OOo download site and it installed on the windows 7 machine without 
error.

This is the latest file as it has the 25/01/2010 date on it.

If it was in english I would be very happy.

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


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



[installation-issues] [Issue 108728] Error 1310. Error writing file:msvcr90.dll.

2010-01-28 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108728





--- Additional comments from chrisbr...@openoffice.org Thu Jan 28 10:43:26 
+ 2010 ---
OK I went a little lower down the list and found the english version
http://download.services.openoffice.org/files/extended/3.2.0rc4/OOo_3.2.0rc4_201
00125_Win32Intel_install_en-GB.exe, which was uploaded 26-Jan-2010.

This installed on my windows 7 ultimate laptop without any error.

At last, thank you!

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


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



[dba-issues] [Issue 108377] The insertRow() method ra ises an exception

2010-01-18 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Mon Jan 18 11:25:13 
+ 2010 ---
I am using XPPro (SP3), OOO320_RC2 and MySQL Connector 1.0.0
Print ThisForm.isNew() gives the message box with TRUE then ThisForm.insertRow()
produces the exception. As I said, it still inserts the record into the database
OK but stops program execution.
I uninstalled OOO320_RC2 and installed OOO311 and the same form operates
perfectly with no exceptions.
I did find one form, the stock control form, does save the parts data record
successfully with no exception generated. I have no idea what the difference is
with these two forms as I have scanned the properties settings and they all
appear the same. Every table has one primary key which is of type Integer[INT]
and auto incrementing.


-
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


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



[dba-issues] [Issue 108377] The insertRow() method ra ises an exception

2010-01-18 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Mon Jan 18 20:55:06 
+ 2010 ---
I wouldn't dream of standing in the way of the full release of 3.2. Please, just
concentrate on getting the full release out there.

Feel free to contact me by email as this is the fastest, I would dearly like to
sort this out. It's probably a bit of slack coding on my part and 3.2 is a
little less forgiving that 3.1.1.

I'd like to know just where it is a little less forgiving.

-
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


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



[dba-issues] [Issue 108377] The insertRow() method ra ises an exception

2010-01-17 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Sun Jan 17 11:19:28 
+ 2010 ---
Created an attachment (id=67241)
Basic code and description of error


-
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


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



[dba-issues] [Issue 108377] The insertRow() method ra ises an exception

2010-01-16 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377
 Issue #|108377
 Summary|The insertRow() method raises an exception
   Component|Database access
 Version|OOo 3.2 RC2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MySQL Connector/OOo
 Assigned to|dbaneedsconfirm
 Reported by|chrisbrand





--- Additional comments from chrisbr...@openoffice.org Sat Jan 16 10:45:19 
+ 2010 ---
The Form.insertRow() method in OOo Basic raises an exception
'MySQL_Prepared_ResultSet::getInt: can't fetch because not on result set' using
MYSQL(Native) connector. When using MSQL(JDBC) the exception is 'Illegal
operation on empty result set'.
The same code works OK in version 3.1.1, it just started when I installed 3.2
RC1 then RC2.
It is also raised when using the 'save record' action in a form button.

-
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


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



[dba-issues] [Issue 108377] The insertRow() method ra ises an exception

2010-01-16 Thread chrisbrand
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108377





--- Additional comments from chrisbr...@openoffice.org Sat Jan 16 10:56:30 
+ 2010 ---
If I use 'On Error Resume Next' in the code the routine returns and the row is
inserted OK. However this is not possible with the save record action in a 
button.
It is also not good practise.

-
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


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