A
AlwaysFroosh!
I have a list box that starts out invisible, and is changed to visible via
code in the forms on load event if certian criteria are met. If these
criteria are met, the listbox does become visible, but no options can be
selected. The list box's enabled property is true because it is not greyed
out, and I'm pretty sure the locked property is false because it can get
focus and has the little dotted line border around the option. But still the
option is not selected. If I try to use the list box's onclick even to
display a message box, nothing happens when the list box is clicked on.
Does anyone have any ideas where I'm going wrong?
Thanks,
Graham
code in the forms on load event if certian criteria are met. If these
criteria are met, the listbox does become visible, but no options can be
selected. The list box's enabled property is true because it is not greyed
out, and I'm pretty sure the locked property is false because it can get
focus and has the little dotted line border around the option. But still the
option is not selected. If I try to use the list box's onclick even to
display a message box, nothing happens when the list box is clicked on.
Does anyone have any ideas where I'm going wrong?
Thanks,
Graham