[Libreoffice-bugs] [Bug 113797] Label field' s property name mismatch in dialog editor and macro code

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 15 20:19:00 UTC 2017


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

--- Comment #3 from Mátyás Jani <jzombi at gmail.com> ---
Created attachment 137791
  --> https://bugs.documentfoundation.org/attachment.cgi?id=137791&action=edit
property list of the Label

In this property list, the property name for the caption of the label is
"Label" (red ellipse). It is not possibleto access this "Label" property from a
basic macro:

labelName.Label -> "BASIC runtime error. Property or method not found: Label."
labelName.Text -> works, sets the caption of the label

You can test it in MacroTest.ods.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171115/5856e811/attachment.html>


More information about the Libreoffice-bugs mailing list