captsnappy
Programmer
I'm trying to load a cursor from a table and have the deleted records be flagged as deleted in the cursor. Not working so far. Here's my code:
select * from orders where &mfiltstr into cursor crsRptListOrders NOFILTER readwrite
(&mfiltstr can include "and deleted()" or "and not deleted()" )
The select statement is working in that if the filter is "and deleted()" it only selects deleted records, but they don't show up as deleted in the cursor.
What obvious, simple thing am I missing?
Thank you, all VFP gods on the forum here.
select * from orders where &mfiltstr into cursor crsRptListOrders NOFILTER readwrite
(&mfiltstr can include "and deleted()" or "and not deleted()" )
The select statement is working in that if the filter is "and deleted()" it only selects deleted records, but they don't show up as deleted in the cursor.
What obvious, simple thing am I missing?
Thank you, all VFP gods on the forum here.