[Example] Free Combobox and Multi List Box files

Discuss the spreadsheet application
Post Reply
steverat
Posts: 15
Joined: Wed Mar 17, 2021 6:17 pm

[Example] Free Combobox and Multi List Box files

Post 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
Attachments
DoubleLstW.ods
(13.81 KiB) Downloaded 31 times
CombBoxW.ods
(13.26 KiB) Downloaded 25 times
Last edited by MrProgrammer on Thu Jul 16, 2026 8:33 pm, edited 1 time in total.
OpenOffice 4.1.8 in Windows 10 AMD A8 chip
Bidouille
Volunteer
Posts: 693
Joined: Mon Nov 19, 2007 10:58 am
Location: France

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

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