To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51767
------- Additional comments from [EMAIL PROTECTED] Tue Jul 12 01:14:31 -0700
2005 -------
I find this issue that is about the same problem. #28299
The problem is this:
When I start Windows, OpenOffice starts like a service and have his own handle,
that I will call "mother handle".
With CreateProcess API Call, I take a handle to a new process, but this process
have the only mission of to say the "mother Handle" what is what we want to do,
and inmediately they finish. ==>>This is the problem<<==.
I have not the oportunity to know when the user has finished the edition, I
only can know, when this auxiliar handle finish.
This is not the expected behavior. The programmer, I, wait that when the user
finish the edition, by example, closing the file that is editing or closing,
then the program finish the "child process" we are created. Not before.
In my program the problem is:
I extract a document from a Database, putting it in a file.
I call the default program for this kind of file.
I wait for handle finish. (inmediately with this error).
I take the file, still intact, and put it in the database.
(and the soffice.exe continues editing the file, that will not back to the
database never) :(
I tryed to not start soffice in the windows start, but the problem is the
same.
I suggest that this is not a standart behavior and that we need to
correct it. I can send you the complete code to the issue or personaly by
e-email.
---------------------------------------------------------------------
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]