Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select * from myTable where DELETED() into mycursor
select * from myTable where DELETED() into mycursor
set deleted off
select 0
use myTable in 0 order xDeleted && or whatever you call the index tag
set key to .T.
scan
...
endscan
* or a simple
scan for deleted()
...
endscan