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

Robert Großkopf <rob...@familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob...@familiegrosskopf.de

--- Comment #2 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Look at table "selector". Value for "SearchString" will be set to '0' the whole
time.

oAusgabeAuswahl.Commit
will say to the form: "I have a new value."
oAusgabe.updateRow
will write the form to the existing row. Won't work on new rows, but will woirk
for your example.

oAusgabeAuswahl.Parent.updateRow() 
is just the same, only seen from the position of the listbox up to the form,
which contains the listbox.

If this will solve your problem please set this bug to RESOLVED and NOTABUG.

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

Reply via email to