Dear all,
I just want to know about deleting data from table without using PACK at VFP.
I already read about using "set deleted on", but when I use that table at other VFP, I still could see the mark at deleted record.
So..., is that necessary for delete record without using pack or can I use pack like statement for shared table?
ex.
use mytable share
dele .....
pack (of course it will not work ^_^)
(I don't have idea for it)
thank you in advance
I just want to know about deleting data from table without using PACK at VFP.
I already read about using "set deleted on", but when I use that table at other VFP, I still could see the mark at deleted record.
So..., is that necessary for delete record without using pack or can I use pack like statement for shared table?
ex.
use mytable share
dele .....
pack (of course it will not work ^_^)
(I don't have idea for it)
thank you in advance