Issue 77382 - Assertion: OSQLMessageDialog::createDialog
Summary: Assertion: OSQLMessageDialog::createDialog
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-15 09:47 UTC by chne
Modified: 2013-02-24 21:08 UTC (History)
2 users (show)

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


Attachments
bugdoc (11.21 KB, application/vnd.sun.xml.writer)
2007-05-15 09:59 UTC, chne
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2007-05-15 09:47:52 UTC
- open bugdoc (it contains a macro)
- add the XRowSetApproveListener listener via Button on document.
- change data 
- save data
- approve next message boxes
=> 
Assertion:
Error: OSQLMessageDialog::creteDialog: you should use the SQLException property
to specify the error to display! From file
dbaccess/source/ui/uno/unosqlmessage.cxx at line 175

follow up from issue76979
Comment 1 chne 2007-05-15 09:59:38 UTC
Created attachment 45113 [details]
bugdoc
Comment 2 chne 2007-05-15 10:04:39 UTC
one correction: the error occur only if you don't approve the saving.
Comment 3 Frank Schönheit 2007-05-16 11:22:02 UTC
target "2.0.3" is nonsense, this version is long out ...
Comment 4 Frank Schönheit 2007-07-08 21:58:01 UTC
fixed in CWS dba23b while passing.
Comment 5 Frank Schönheit 2007-07-12 21:46:24 UTC
fs-> cn: please verify in CWS dba23b
Comment 6 Frank Schönheit 2007-07-12 22:16:24 UTC
targeting to 2.3, since the fix is part of a CWS aiming for this release
Comment 7 chne 2007-07-18 11:24:57 UTC
ok in master
Comment 8 chne 2007-07-18 12:01:17 UTC
reopen
Comment 9 chne 2007-07-18 12:02:50 UTC
fixed
Comment 10 chne 2007-07-18 12:03:24 UTC
ok in cws => verified
Comment 11 helgekraak 2007-07-31 02:24:31 UTC
helgekraak -> FS: I can confirm that the main problem has been fixed. Thank 
you very much!

In spite of two little problems remain:

1. When I register the listener and switch to another dataset without changing 
any data the Basic editor opens.

2. When I close the document and don't confirm the data change the dialog with 
the message that the operation has been vetoed doesn't show up.

Comment 12 chne 2007-12-20 14:22:56 UTC
This issue is fixed. But the office crashes if you don't approve the changes.
Therefore Issue76979 exists.