Re: VFP 8.0 grid losing focus and forcing a tableupdate()
From: Alan C. Sheffield (_at_)
Date: 12/06/04
- Next message: John Spiegel: "Re: Display Structure Screen Layout"
- Previous message: Anders Altberg: "Re: DateTime Picker"
- In reply to: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Next in thread: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Reply: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Dec 2004 10:49:52 -0500
100% sure.
I've had breakpoints on
oldval()
getfldstate()
recno()
all of them fire as soon as the second forms activate is hit.
If I put VFP in a window so I can see the watch pane of the debugger I can
make it happen by clicking on the Data Session(set) window and bringing it
to the front. Putting a breakpoint on any code that executes between the
click and the activate of the new form makes the update happen when the
debugger takes focus.
And as I said, it works fine in VFP 9.
Alan
"Paul Pedersen" <no-reply@swen.com> wrote in message
news:OWMxWVZ2EHA.3840@tk2msftngp13.phx.gbl...
> That shouldn't happen. Are you sure there's no code being triggered when
the
> grid loses focus? Put a breakpoint on LINENO(), then leave the grid and
see
> what happens.
>
>
>
> "Alan C. Sheffield" <asheffield @ park west gallery.com> wrote in message
> news:%23sHfFOV2EHA.1076@TK2MSFTNGP09.phx.gbl...
> > Has anyone else run into the following situation:
> >
> > I have a row buffered cursor.
> >
> > I have a grid on this cursor.
> >
> > when the grid looses focus an automatic tableupdate() is done and I lose
> > the
> > ability to issue a tablerevert().
> >
> > The row does not change and no code is called to make the update happen.
> >
> > Alan Sheffield
> > Programmer
> > Park West Gallery
> >
> >
>
>
- Next message: John Spiegel: "Re: Display Structure Screen Layout"
- Previous message: Anders Altberg: "Re: DateTime Picker"
- In reply to: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Next in thread: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Reply: Paul Pedersen: "Re: VFP 8.0 grid losing focus and forcing a tableupdate()"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|