John J. Mihaljevic wrote: >> 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. > > Thanks for mentioning requerying the view. I did that and it's fine now. > > Still don't recall what I could've changed before (I know this didn't "just > happen" on its own), but as long as REQUERY worked, I'm happy. > > Thanks much to everyone!
No problem...happy to help! Just remember that the data session settings for DELETED (amongst others) are different for Private Data Sessions. You'll need to code for that instead of any assumptions from the first line of your PRG. _______________________________________________ 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.

