> >
> > FWIW, you don't need to add the table(s) that are in the view's From and Join clauses - the view will open them automatically on each Requery() or TableUpdate() attempt.
> >
> >
> > hth
> > -Stefan
>
> not needed Yes ... But if added would it do any harm ? Infact i tnink U can even set how the tables open Individually rather than alowing Vfp to take control by default settings applicable. no?
Yes, but what settings would that be in case of a Local View's base tables?
I think you may not want to apply any settings usually because the Local View does "know" what it wants to do with its base tables, so you can get confusing behavior, say when you for instance set up additional Buffering for the base table while the view is buffered by default anyway.
-Stefan