To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64427





------- Additional comments from [EMAIL PROTECTED] Mon Apr 17 04:19:53 -0700 
2006 -------
I think I should revise that last paragraph..

If I delete the tableGrid object from the form, leaving only the button and
alter the macro to this:

with oEv.Source.Model.Parent
        print .rowCount
        print .isBeforeFirst
        print .isAfterLast
        .next
        print .isBeforeFirst
        print .isAfterLast
end with

Then the results will be
    1
    False
    False
    False
    True

In other words it does seem to be the tableGrid object that changes the results
of the isAfterLast function. To further check I added text box controls instead
of the tableGrid, running the macro returns the same results as the button 
alone.


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