[dba-issues] [Issue 94593] unable to close Base after mysql/java connection

2008-10-09 Thread freak007
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94593





--- Additional comments from [EMAIL PROTECTED] Thu Oct  9 13:45:49 + 
2008 ---
I found the problem.

It's not related to java/sql connection, but with macros.

With ooo 2.4.1, i can use this function to close my form:

Sub CloseForm()
ThisComponent.CurrentController.Frame.close(True) 
end sub

But with ooo 3, the function close the form but it's impossible to close the odb
file.



If I use these functions, it works fine:

Function curFormName (o as object) as string
'Fonction qui permet de récupérer le nom du formulaire
   Dim args as object, i as integer
   args = o.getArgs
   for i = lBound(args) to uBound(args)
  if args(i).name = DocumentTitle then
 curFormName = args(i).value
 exit for
  end if
   next
End Function

Sub FermerFormulaireDansBase(oEvent)
thisComponent.parent.FormDocuments.getByName(curFormName
(thisComponent)).dispose()'ferme le formulaire
end sub

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 94593] unable to close Base after mysql/java connection

2008-10-08 Thread freak007
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94593





--- Additional comments from [EMAIL PROTECTED] Wed Oct  8 12:58:02 + 
2008 ---
The problem still persists on ooo300_m9 ie rc4

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 94593] unable to close Base after mysql/java connection

2008-10-02 Thread freak007
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94593
 Issue #|94593
 Summary|unable to close Base after mysql/java connection
   Component|Database access
 Version|OOH680m8
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|freak007





--- Additional comments from [EMAIL PROTECTED] Thu Oct  2 17:57:10 + 
2008 ---
Problem verified
- on windows vista, with ooo3 rc2 and rc3, and mysql java connector 5.1, jre
up-to-date
- on Ubuntu intrepid with mysql-java installed and openjdk up-to-date

When i launch my base and fill username and password in order to connect to my
mysql remote base, it's impossible to close openoffice. The only way to close my
base is to kill process.

If i launch only the base, i can quit normally.

There is maybe a problem in order to close remote connection to the sql server?

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 94593] unable to close Base after mysql/java connection

2008-10-02 Thread freak007
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94593


User freak007 changed the following:

What|Old value |New value

 Version|OOH680m8  |OOO300m7





-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 94593] unable to close Base after mysql/java connection

2008-10-02 Thread freak007
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94593


User freak007 changed the following:

What|Old value |New value

 Version|OOO300m7  |OOO300m8





-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]