` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please 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!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Where delete occurs
1999-11-10 -- Anton Novikov
 
What template set are you using? If ABC the actual delete of record happens in ThisWindow.PrimeUpdate method if SELF.DeleteAction = Delete:Auto or Delete:Warn. In this case in ThisWindow.PrimeUpdate after parent call you can write something like: IF (SELF.Request = DeleteRecord) AND (SELF.Response=RequestCompleted) !do your stuff END also you can analyse RVal it must be Level:Fatal. Else the delete happens in ThisWindow.TakeCompleted method.


Today is May 18, 2024, 9:28 pm
This article has been viewed 35131 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: