To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100949
                 Issue #|100949
                 Summary|Error: ORowSetBase::getValue: Illegal call here (we're
                        | before first or after last)!
               Component|Word processor
                 Version|DEV300m45
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|os
             Reported by|oj





------- Additional comments from [email protected] Wed Apr  8 09:54:38 +0000 
2009 -------
- 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   
---------------------------

---------------------------------------------------------------------
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]

Reply via email to