A new two customized fields are added to HCMEmployment table, in HCMWorker form I need to perform the following:
-If the value of the first customized field is not zero and the value of the second customized field is still zero , the form should not be closed anda waring message should be displayed for the user saying that this field should be filled.
The required checking and message code is added to ValidateWrite method on HcmEmployment datasourse on the Hcmworker form, the question is how can I prevent closing the HCMWorker form ?????