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

rob...@familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|medium                      |high

--- Comment #3 from rob...@familiegrosskopf.de ---
I will raise the Importance. Have tried to reload a form by a macro, but can't
position the form to the right record, because
loRow = oForm.getRow
will always result '0' if I have changed anything inside the record before and
will execute a macro by a button in the form.

At this moment you have to execute getRow while switching to next row, save
this in a global variable and use this variable to set
oForm.Absolute(loRow)
to the right row.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to