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

--- Comment #1 from Stang <sgre...@yahoo.com> ---
The problem is in your macro. You commit the data but do not update the record.
After this line:

oAusgabeAuswahl.Commit

add this line:

oAusgabeAuswahl.Parent.updateRow()

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

Reply via email to