To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94006 Issue #|94006 Summary|SRB: errors in executing a report, which are caused by | errors in executing the row set, are not propagated t |o the user Component|Database access Version|OOO300m6 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|SRB Assigned to|oj Reported by|fs
------- Additional comments from [EMAIL PROTECTED] Wed Sep 17 19:38:26 +0000 2008 ------- - open the attached database document - open the contained report for editing - execute the report from within the report designer => a message box pops up, saying "An error occurred while creating the report". There is a "More" button in this dialog, but pressing this just opens another dialog which does not have any useful information for the user. The root cause is that the SQL statement which the report is based on is invalid. In this case, it is "slightly" invalid in that the table which it refers does not exist (anymore). However, the user is not given *any* clue about this root cause. Since the underlying objects (the RowSet, in particular) are well able to raise a better error message, which helps the user in identifying the root cause, it seems that this "better" error message is somehow lost. It should be propagated to the user. --------------------------------------------------------------------- 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]
