Issue 100949 - Error: ORowSetBase::getValue: Illegal call here (we're before first or after last)!
Summary: Error: ORowSetBase::getValue: Illegal call here (we're before first or after ...
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300m45
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 10:54 UTC by ocke.janssen
Modified: 2017-05-20 11:17 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ocke.janssen 2009-04-08 10:54:38 UTC
- Do a mail merge with a database which has table with no data.

The problem is in file mmconfigitem.cxx:1016

m_pImpl->xResultSet->first();

which should be replaced with

if ( m_pImpl->xResultSet->first() )
                    m_pImpl->nResultSetCursorPos = 1;
=> Assertion
---------------------------
Debug Output
---------------------------
Error: ORowSetBase::getValue: Illegal call here (we're before first or after last)!
From File D:\src\cws\dba32b\dbaccess\source\core\api\RowSetBase.cxx at Line 259
Abort ? (Yes=abort / No=ignore / Cancel=core dump)
---------------------------
Yes   No   Cancel   
---------------------------
Comment 1 Oliver Specht 2009-09-30 09:30:20 UTC
Target changed to 3.x
Comment 2 Marcus 2017-05-20 11:17:58 UTC
Reset assigne to the default "issues@openoffice.apache.org".