If you are pulling the records with a SQL statement, I think you have to include "and not deleted()".
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: Tuesday, August 05, 2008 9:52 AM To: ProFox Email List Subject: Re: Ignoring deleted records in a view John J. Mihaljevic wrote: > Hi all, > > Something strange happened in a system we have that I can't figure out. I > have a view (BACKLOG) that references three base tables (ORD_LINE, ORD_HEAD, > CUSTOMER). It used to ignore records in the base tables that were marked > for deletion, but suddenly isn't doing that anymore. All records from the > base tables are included in the view whether they're marked for deletion or > not. DELETED is set ON. > > How can I set the view to ignore base table records that are marked for > deletion? > > Thanks, > > John And SET DELETED is ON in the session where the view is open/created? Hmmm.....local view (all VFP tables), right? [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]@shelbynet.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

