Login
`
Templates, Tools and Utilities
|
||
![]() |
![]() |
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
ABC: Overriding Delete method to mark record deleted instead of physically deleting it 2001-05-11 -- Dennis E. Evans Newsgroups: softvelocity.products.c55ee
Hi all,
> So I think I have to modify the method that does the actual
> deleting. But what is that method and how to change it?
Derive the FileManager and overload the DeleteRecord method. According
to the docs the method was included for this specific purpose.
All it does now is
delete(file)
return Level:Benign
in the derived class you would use
field = value ! set your flag
put(file)
return level:Benign
Dennis
Today is March 31, 2025, 11:55 am This article has been viewed 36139 times. Google search has resulted in 40 hits on this article since January 25, 2004.
|
|