Login
`
Templates, Tools and Utilities
|
||
![]() |
![]() |
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 April 1, 2025, 11:37 pm This article has been viewed 36143 times. Google search has resulted in 40 hits on this article since January 25, 2004.
|
|