Hi, well the the title says it all. I want to disable the confirm delete window that appears when I click the delete button. If anyone knows please respond, thx!
for example you can use then embed after call update-procedure:
IF SELF.Request = DeleteRecord AND GlobalResponse = RequestCompleted THEN
ACCESS:MyTABLE.CELARKEY(MyTABLE:KeyID)
MyTABLE:MyFieldId = 123
IF ACCESS:MyTABLE.FETCH(MyTABLE:KeyID) = LEVEL:BENIGN THEN
ACCESS:MyTABLE.DELETERECORD(0)
END
END
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.