Hi, I have an ETO form to input data to my script, however if I use the “Cancel” button the ETO form closes but the python script is still active and I have to use the “esc” button to close the script. So how do I close both on the ETO cancel button.
Please keep it simple as straight forward if possible.
# Close button click handler
def OnCloseButtonClick(self, sender, e):
self.Close(False)