Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Ken Murphy
  Where is Ken Murphy?
 Springhill
 Canada
 Ken Murphy
 To: bob kuspe
  Where is bob kuspe?
 granada
 Spain
 bob kuspe
Subject: RE: bug in listbox after using commandbutton
Thread ID: 110951 Message ID: 110984 # Views: 1 # Ratings: 0
Version: Visual FoxPro 7 Category: Forms
Date: Tuesday, October 24, 2006 4:25:45 PM         
   



> > > 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


Bob,

Glad you got it working.

Ken
You shall know the truth - and the truth shall set you free. (John 8:33)

ENTIRE THREAD

bug in listbox after using commandbutton Posted by bob kuspe @ 10/24/2006 12:08:05 PM
RE: bug in listbox after using commandbutton Posted by Eric den Doop @ 10/24/2006 12:24:32 PM
RE: bug in listbox after using commandbutton Posted by Marcia Akins @ 10/24/2006 12:25:08 PM
RE: bug in listbox after using commandbutton Posted by Ken Murphy @ 10/24/2006 1:15:11 PM
RE: bug in listbox after using commandbutton Posted by bob kuspe @ 10/24/2006 4:00:15 PM
RE: bug in listbox after using commandbutton Posted by Ken Murphy @ 10/24/2006 4:25:45 PM