https://bugs.freedesktop.org/show_bug.cgi?id=71275

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
The form doesn't load the whole table, only the first 41 rows. It is shown by
41*. If you jump to the end of the table you have loaded the whole table and
get the exact rows - without '*'.
This is implemented to make work faster and hold only a little bit of the table
in the cache.
It is the same behavior in tables. There is shown something like 82* ...
When you will load only a table with 104 records you would say: It doesn't
matter. But when there are tables with more than 10000 rows it will last some
times, before the form would be ready for input.
Some people solve this by opening a form, let start a macro to "last row" and
then to "first row". Others would add a field to the form and let the form
start from a query. The field shows the result of "SELECT COUNT("ID") FROM
"Table"".

If you wish another behavior, you have to change the Importance to
"enhancement".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to