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

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


User clu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Wed Mar  4 12:57:26 + 
2009 ---
=> close

do not hesitate to reopen if not fixed and still occure in current version

thx

-
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 94593] unable to close Base after mysql/java connection

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


User clu changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from c...@openoffice.org Wed Mar  4 12:55:55 + 
2009 ---
seems to be fixed in between

-
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 94593] unable to close Base after mysql/java connection

2008-10-20 Thread fs
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] Mon Oct 20 09:29:35 + 
2008 ---
There in fact was a bug related to closing the .odb and sub documents, and what
you describe here sounds like you ran into it. This issue is fixed in CWS
dba31c, which is not yet integrated into the main trunk. I suggest waiting until
it is (you would need to monitor/poll
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba31c), and
then re-checking the 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: [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-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


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]



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