Issue 44576 - report created by wizard is not opened automatically anymore
Summary: report created by wizard is not opened automatically anymore
Status: CLOSED DUPLICATE of issue 46465
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 680m84
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: ocke.janssen
QA Contact: issues@dba
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2005-03-09 11:47 UTC by Frank Schönheit
Modified: 2006-05-31 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
C++ stack report (1.72 KB, text/plain)
2005-03-18 10:43 UTC, berend.cornelius
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2005-03-09 11:47:47 UTC
- open an arbitrary HSQLDB-based database document
- Insert|Report
=> the report wizard opens
- using the wizard, create a dynamic report with arbitrary settings
- press "Finish"
=> the report document is created, but does not open automatically. Instead, the
   focus returns to the database document window
Comment 1 Frank Schönheit 2005-03-09 11:57:08 UTC
This used to work in SRC680m74 -> "regression"
Comment 2 ocke.janssen 2005-03-09 12:12:14 UTC
Is yours.
Comment 3 berend.cornelius 2005-03-15 18:00:26 UTC
BC: Fixed in dbwizard4. Tested with LDAP, dBase, Access, MySQL JDBC ODBC and HSQL
Comment 4 berend.cornelius 2005-03-18 10:41:35 UTC
BC: While testing this bug in a later version of dbwizard4 (m85) I found out
that this bug still occurs in a seemingly random way. There also does not seem
to be a dependency under which database it either works  or not.
The workflow in the report wizard is as follows:
- Document definition is inserted into the database document
("insertByHierarchicalName()"
- Old document is disposed.
-The embedded report document is opened and the service
com.sun.star.reportCallreportWizard is triggered with "fill"
-The connection is not disposed as it has been passed over to both the report
wizard and the dataimport class.

The created report is (sometimes!) disposed afterwards. I attached a stack
Comment 5 berend.cornelius 2005-03-18 10:42:41 UTC
BC->OJ:As discussed with FS -> to you
Comment 6 berend.cornelius 2005-03-18 10:43:21 UTC
Created attachment 24000 [details]
C++ stack report
Comment 7 Frank Schönheit 2005-03-21 10:12:39 UTC
with BC fixing parts of this in CWS dbwizard4, this happens sporadically only
(for me, it was 1 out of 10 runs). This justifies 2.0.1 in the current stage, me
thinks.
Comment 8 ocke.janssen 2005-04-07 06:35:56 UTC
It's the same reason as for forms.

*** This issue has been marked as a duplicate of 46465 ***
Comment 9 ocke.janssen 2005-04-07 07:38:15 UTC
Closing it.