I'll ask again to reinforce what others have asked already... Is SET DELETED ON in the datasession where you are opening the view? Are you in a form with a private datasession? Just because you SET DELETED ON in the first line of the program does not mean that your programs always run with that setting. A private datasession in a form or a private datasession created with the Session class will default to SET DELETED OFF. If private datasession form, add SET DELETED OFF in the form's Load.
David Stevenson -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John J. Mihaljevic Sent: Tuesday, August 05, 2008 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Ignoring deleted records in a view > And SET DELETED is ON in the session where the view is open/created? "SET DELETED ON" is one of the very first lines of code in the system. > Hmmm.....local view (all VFP tables), right? Yes. And the strange thing is, I honestly can't recall making any changes in the system that would've done this. It was fine before, and is suddenly not fine. I'm assuming I must've made some change that caused this behavior, but for the life of me, I can't imagine what that could've been. [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] ** 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.

