RE: Combo box locked?



I am trying to figure out myself what causes the problem before I get some
generous feedback here. But just to further clarify my situation and hope
that helps spotting where the problem is...
I have all the controls (except combo boxes) hidden in the form's OnLoad
event. And in each combo box's AfterUpdate event, all the hidden controls
become visible. In theory this should work and shouldn't be the cause of my
combo box problem here I guess. So what might be wrong?

Regards,
Sam

"DanJ" wrote:

> Check the "Allow Additions" and "AllowEdits" properties of the form. If they
> are set to 'No' the dropdown will do what you said yours is doing.
>
> "Sam Kuo" wrote:
>
> > Hi,
> >
> > I don't know what I've done, but my combo boxes just stop functioning! (i.e.
> > when I click on the arrow, the list drops down, but when I try to select any
> > item, there's no responce at all - as if it is locked)
> >
> > I've checked its Lock and Enable properties, and Lock is no, Enable is yes.
> > Does anyone have any idea what's happening here?? Any suggestion is
> > appreciated.
> >
> > Regards,
> > Sam
.



Relevant Pages