` Printed Icetips Article

Icetips Article



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.



Printed May 19, 2024, 8:12 am
This article has been viewed/printed 35131 times.