by "skarcrow" <skarcrow@[EMAIL PROTECTED]
>
Jul 11, 2006 at 04:32 AM
Thanks for the reply,
I've just changed the index expression for the file to a conditional
index i.e. added for !deleted() to the tag. Seems to be working :)
Thanks again !!
Radzi wrote:
> Hi,
>
> I think what you can do is to use Relate4set and use the querySet
> function to filter only those not deleted.
>
>
> skarcrow wrote:
> > Hi All,
> >
> > I'm using codebase with VB .net. Is there an equivalent of "SET
> > DELETED OFF" in foxpro i.e. all records marked for deletion are
ignored
> > in seeks, skips etc...
> >
> > I know I could do a conditional index ignoring deleted records but I
> > need to maintain deleted records as well :(