New problem...
I browse all the records in a particular patients file by using an EDIT and first I set a filter
The problem is that if I go down to the last edit page and then I push a DOWN ARROW or a PAGE DOWN once more then the thing disappears forever or until it decides to give me back control. I presume it is because it is a monstrously big database.
I would have thought that the filter would prevent that sort of behaviour.
I browse all the records in a particular patients file by using an EDIT and first I set a filter
Code:
SET FILTER TO FILE_NUM = FNUM
... and then I
EDIT FIELDS 1,2,3,4,5 etc WHILE FILE_NUM = FNUM
The problem is that if I go down to the last edit page and then I push a DOWN ARROW or a PAGE DOWN once more then the thing disappears forever or until it decides to give me back control. I presume it is because it is a monstrously big database.
I would have thought that the filter would prevent that sort of behaviour.