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

--- Comment #13 from rob...@familiegrosskopf.de ---
An event could be started by different implementations. There are two
implementations which would happen when changing from one row to another:
com.sun.star.comp.forms.ODatabaseForm
org.openoffice.comp.svx.FormController

The implementation, which fires while opening the form, is ...ODatabaseForm.
Loading of the content is changing the content for this implementation.

You could start your macro like this:
Sub Check_rl_term_context(oEvent AS OBJECT)
IF oEvent.source.ImplementationName = "org.openoffice.comp.svx.FormController"
THEN
....
END IF
END SUB

So only one implementation starts - the implementation, which doesn't start
while opening the form.

You are German. Have a look to the Base-Handbuch. It is described at page 412
(Handbuch 4.4). Also the different behavior of ListBoxes is described: page
388.

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