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





------- Additional comments from [EMAIL PROTECTED] Fri Dec  2 12:13:12 -0800 
2005 -------
I believe that with the release version 2.0 we're down to one problem.  Here are
the steps to create the problem.

Create a two field table in a new database.
Field 1 = ID = an autonumber integer to be the primary key.
Field 2 = Text = a 50 character text field.

Use the form wizard to create a form for the database.
Select both fields for use on the form.

Using the form, add three records to the database.
I used Test1, Test2, and Test3 for data in the records.  The autonumber added 0,
1, and 2 to the ID field.

Using the form, navigate to the last record in the database and delete the
record.  You will notice that you are now (incorrectly) on the first record.

Now move to the last record (second record) of the database and delete it. 
After deleting the second record is still displayed and the form is locked (no
navigation possible).  Then close the form and check the referenced table.  You
will find that the record is deleted.

Reopen the form and delete the last record.  OpenOffice crashes and the data
recovery is started.

I believe that these errors and crashes are all related to the fact that
deleting a record causes the record pointer to be incorrectly positioned.

IMHO, if the ending record of a table is deleted, the "new" ending record should
be displayed in the form and not the record 1 prior the new ending record. 
Also, if a record is deleted from a 1 record table, a blank record should be
displayed, just as if the table was opened the first time.  

It seems to be just a simple logic error in the record pointer.

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