GO recordno does not honor the filter. You can still go to a filtered record (or deleted).
Fred On Mon, May 8, 2017 at 1:50 PM, Richard Kaye <[email protected]> wrote: > Yep. Store the recno to a memvar before you set the filter. GO memvar. > Check for EOF. You'll probably want to set lockscreen while you're doing > all that stuff. > > -- > > rk > > -----Original Message----- > From: ProfoxTech [mailto:[email protected]] On Behalf Of > [email protected] > Sent: Monday, May 08, 2017 4:49 PM > To: [email protected] > Subject: Re: Question about determining when record not showing after > filter applied > > On 2017-05-08 16:45, Fred Taylor wrote: > > You have to move the record pointer to get the filter to "kick in". > > You > > might try SKIP 1 IN yourtable and SKIP -1 IN your table and see if you > > come > > back to the same record # you started at. > > > > Fred > > > Hi Fred (and Richard!), > > That sounds like a workable plan. It'd help if I had a Key field but I > don't; still, RECNO('myCursor') should suffice and tracking my spot and > verifying if it was affected. > > Thanks! > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajcbksoxk_zt+00oq8uqspbozpw535qacxdzxftvjptt8y1...@mail.gmail.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.

