https://bugs.documentfoundation.org/show_bug.cgi?id=145900

--- Comment #7 from Robert Großkopf <[email protected]> ---
(In reply to mc from comment #6)
> need to ceck your .odb form
> 
> In a new .odb, new form with datagrid that show direct record of a table,
> the problem not occurs.

Has nothing do do with a form.

Take any table with auto incremented value.
Might look like this:
ID Name
1   Robert
2   Bill
3   Claire

ID is auto incremented.
Change ID 2 to 20.
Click on row with ID = 1 and move to end of the table.
There will be sown as new row
20   Bill
Refresh the table
There will be shown 
4    Robert

This will appear only with Firebrid, not with HSQLDB. HSQLDB would insert the
new row with
21   Robert

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to