To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64427
                  Issue #:|64427
                  Summary:|regression: using isAfterLast() crashes OOo 2.0.2
                Component:|Database access
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|rogerkeays





------- Additional comments from [EMAIL PROTECTED] Sun Apr 16 16:59:20 -0700 
2006 -------
Since I upgraded from 2.0.1 to 2.0.2 I now get a crash when using
com.sun.star.comp.forms.ODatabaseForm.isAfterLast() in a BASIC macro. The code
to reproduce the problem is:

    frmPhaseData.first()
    While not frmPhaseData.isAfterLast()
       frmPhaseData.next()
    Wend

This macro is attached to a command button and I find that the loop does execute
for each of the rows, but crashes when isAfterLast() evaluates to true or
possibly at frmPhaseData.next() on the last item.

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