Hi,Does anyone know whether it is possible to reset an onClose event. I have a scenario whereby if the user clicks on the "Finish" button of a DCR an onClose event is triggered. I have registered the formapi event for onClose to invoke a javascript function, which checks to see whether the content was generated. If not, then a warning message appears and the user can then go and generate the page. As soon as the page is generated the DCR auomatically closes because the onClose event is still active. I do not want this to happen. I want the user to explicitly close the DCR. So is there any way whereby I can reset the onClose event if the user has not generated the content?I have tried to use IWEventRegistry.removeFormHandler("onClose");but that does not seem to work.TeamSite 6.7.0SolarisThanksMashuk