Page 1 of 1

[Example] Free Combobox and Multi List Box files

Posted: Thu Jul 16, 2026 5:21 pm
by steverat
Sorry to Bother you,
Forms in OpenOffice are called Dialogs. These are dialogs.
Here are 2 free files from free code I modified. One is a ComboBox, ComboBoxW, and the other is a Double List Box, DoubleLstW.

They worked for me in OpenOffice 4.4.11 and LibreOffice 26.2.1.2. in Windows 11

Also, remember you can use a Global array variable for the List box items and redefine the choices any time. And a global variable for the answer.
This means you only need one of each type of form for everything.
Hopefully they work for You
Thank you
steverat

Re: [Example] Combobox and Multi List Box free files

Posted: Fri Jul 17, 2026 10:12 am
by Bidouille
steverat wrote: Thu Jul 16, 2026 5:21 pm Forms in OpenOffice are called Dialogs.
Nope, controls can appear in a form or a dialogbox.
A sheet can be a form in and of itself. See this document which shows a listbox linked to another one