<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BASE: Multiselection Option in Form List Control Broken or Disabled"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91628#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - BASE: Multiselection Option in Form List Control Broken or Disabled"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=91628">bug 91628</a>
              from <span class="vcard"><a class="email" href="mailto:drewjensen.inbox@gmail.com" title="Drew Jensen <drewjensen.inbox@gmail.com>"> <span class="fn">Drew Jensen</span></a>
</span></b>
        <pre>Multi-Select is only viable when the control is not connected to a data field.

You need to handle the list of strings, which you pass to the control either at
design time (in which case you need to supply both the list of display strings
and values to the control on two tabs) or run time (with a macro, say to decode
what a field of type set would give you) and the database it is not automatic
(even for a data type of set).

Unless that was added by the LibreOffice developers after the OO split.

I can give you an example with that. Which is to say that I just checked with
6.1 Beta that a list control worked as I expected it to (as described above) on
a new form.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>