I have a Browse Window with a filter
(CID=CIDX.OR.(COMPANY==COMPX.AND.CID=" "))
As I move down through the records and make my changes the following
routine nicely refreshes the browse window so the one I'm working on
is at the top of the browse window and I don't have to look at those I
have already worked on which are above the current record according to
the index I have set.
Sometimes I make a change to the value of CID in a record when I find
out the individual works at a different company (Company ID) which of
course removes that record from the browse, and the above routine will
refresh the browse window to show that it is gone.
What's weird though, is that the Browse window does not come back with
the NEXT record, nor does it even default to going back to the top of
all records that meet the condition.
Instead it JUMPS to the the very last record that meets the filter.
Is there a way to avoid this or control this?
John "J.J." Jackson