> > hello friends,
> >
> > It is curious my problem! I have a FORM with 2 listbox (dblclick) and
> > an Editbox and 1 Commandbutton.
> >
> > I am working with tables. Well, if I dblclick firstly in my listbox items. Works fine! HOWEVER, after using the commandbutton + editbox
> > I come back to dblclick in my listbox, BUT NOT IT IS NOT WORKS!
> >
> > Which is the problem? Do you know?
> >
> > Any help is as always appreciated.
> >
> > Best
> >
> > Bob Kuspe
>
> Bob,
>
> In addition to the code that Eric and Marcia have requested, could you please elaborate on what you mean when you say it does not work. Is there an error message and if so, what is that message? Does it not function as expected? If so, what is the expected behaviour and what is the actual behaviour?
>
> Ken
> You shall know the truth - and the truth shall set you free. (John 8:33)
Thank you friends! After post my question I found the answer:
My code line was:
IF field2 = this.value
While the right code is:
IF tablea.field2 = this.value
Thank you and sorryby inconvenience
Best
Bob Kuspe