On Tue, August 5, 2008 11:04 am, John J. Mihaljevic wrote: >> 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.
Remember that SET DELETED is scoped to the current data session. I've seen this kind of thing when people change classes from CUSTOM (or other) to SESSION. That's why I suggested checking the setting of DELETED right before you open/requery the local view. _______________________________________________ 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.

