Does anyone know why when I press F5 to refresh a form, the OnSave function is called?
I have an OnSave function connected to the Account form. I have autosave turned off. There is code attached to the OnSave form that should not be called unless the Save button is clicked by the user. Sometimes, our users need to refresh the form to
reload iFrame data.
When the user refreshes the form, it calles the OnSave function. Is there a way I can prevent this? Or trap the non-saving execution context?