
Signature
Ficticiously Yours, Biggles
> I am trying to make my list box, depending on how the form is opened,
> either select only one or many, so I have this code in my on open of
[quoted text clipped - 4 lines]
> this object.
> Help.
That is a property that cannot be changed in Runtime (only in design view).
Create two ListBoxes, one with MultiSelect enabled and toggle which is
visible.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Biggles - 25 Aug 2005 19:00 GMT
Thanks, I will do that. Do you know why you cannot change this? At first
glance, seems inefficient.

Signature
Ficticiously Yours, Biggles
> > I am trying to make my list box, depending on how the form is opened,
> > either select only one or many, so I have this code in my on open of
[quoted text clipped - 9 lines]
> Create two ListBoxes, one with MultiSelect enabled and toggle which is
> visible.
Rick Brandt - 26 Aug 2005 00:10 GMT
> Thanks, I will do that. Do you know why you cannot change this? At
> first glance, seems inefficient.
No. There are certain properties that simply cannot be changed except in design
view. I do not know the technical reasons.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com