Re: Database views

From: Leonid (leonid_at_NOgradaSPAM.lv)
Date: 09/29/04


Date: Wed, 29 Sep 2004 10:03:52 +0300

If you don't use grids, all this is acceptable, but if you put such a data
in grid, sometimes you will see your data as if there is no relations at
all. I tried to describe how one can bypass this problem

Leonid

"CM" <CM@discussions.microsoft.com> wrote in message
news:B6135A87-7302-4DBA-B31D-BC7F8CDBE556@microsoft.com...
> I have views open in three work areas, then I index them and set relations
> between them before doing some work (replace statements moving data
between
> databases). Does this accomplish what you're describing?
>
> Thanks,
>
> CM
>
> "Leonid" wrote:
>
> > Hi
> >
> > > In practice Vfp grids seem to handle views (representing several
Joined
> > > tables) better - newsgroups are full of questions about Set Relation
not
> > > immediately working in grids.
> >
> > There is a simple workaround for this issue. I put
> >
> > select 0
> > select (Alias that is used in grid)
> >
> > in the Activate method of the page where the grid resizes. This
reactivates
> > relations
> >
> > Leonid
> >
> >
> >


Loading