Hi,
I've added additional validation to the Project Maintenance window and trying to prevent users from saving it before correcting those errors. When user closes the window with some changes in it, GP will prompt "Do you want to save changes". Upon clicking "save", my validation runs and if validation fails, I need to cancel the save operation and let user correct the error. we can achieve this in VBA by updating the Modal Dialog response to "Cancel", but VS tools for GP's AfterModalDialog event responses are Readonly and thus it's making it impossible to cancel the event.
Any Ideas?
Regards,
Jothikrishnan
*This post is locked for comments