A simple process that has me stumped. I have no issues with getting listbox values but I now have a dialogue1 with a textfield10, with its event set on mouse press. I cannot get the text out of the field. I am stuck with ‘object variable not set’.
Public d
d = CreateUnoDialog(DialogLibraries.Standard.Dialog1)
MsgBox(d.getByName("TextField10").Text)
I have floundered around with all sorts of words!