<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BASE: Basic instruction moveToInsertRow doesn't scroll to actual insert row if there are more than approximately 45 records in a grid control"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90088#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BASE: Basic instruction moveToInsertRow doesn't scroll to actual insert row if there are more than approximately 45 records in a grid control"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90088">bug 90088</a>
              from <span class="vcard"><a class="email" href="mailto:lionel@mamane.lu" title="Lionel Elie Mamane <lionel@mamane.lu>"> <span class="fn">Lionel Elie Mamane</span></a>
</span></b>
        <pre>There are two moveToInsertRow() in the API.
com::sun::star::sdbc::XResultSetUpdate::moveToInsertRow()
or
com::sun::star::form::runtime::FormFeature::MoveToInsertRow()

My guess is about the latter. 

(In reply to Alex Thurgood from <a href="show_bug.cgi?id=90088#c10">comment #10</a>)
<span class="quote">> @Lionel : guessing that this has something to do with the way the UI
> displays a cached subset of the resultset which doesn't get refreshed ?</span >

My guess is more that it is linked to the lazy loading of rows (when the UI
displays a "*" next to the number of rows to say that not all rows are loaded
yet). In that case, it can probably be worked around by:

moveToLast() to force loading of all rows, then only moveToInsertRow()</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>