Hi,
I created a form, in LifeCycle Designer, with a "Save Form" button which has validation rules in it. However, if I click the File menu and select a save method (Save, Save as, Save As Other), I can save the file and bypass the validation rules, which is not what I want.
Is there a way that I can catch the "save" event in the code behind when it is fired so that I can enforce my validation rules on the form, as I do in the "Save Form" button?
Thanks
Sam