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





------- Additional comments from chrisbr...@openoffice.org Fri Feb 12 22:22:46 
+0000 2010 -------
This is what I did to fix the problem without too much complication.

I changed the Add data only of all my forms that had 'yes' in them to 'no'.

Then, at the start of my ResizeOnOpen subroutine, which I have for every form
that is loaded, I added:

Sub ResizeOnOpen(Event As Object)

    Dim ThisForm As Object
    ThisForm = Event.Source
    ThisForm.MoveToInsertRow()

    The rest of my initialsation routine......

End Sub

And whallah! It all works fine.

Both the InsertRow() method and the 'Save record' action of the forms save the
new row correctly without error.

---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to