Hello,
I am using some product data management software that was written in VF6. The software allows me to add and run UDF code and form event code and I have managed to add some nice additional functionality.
The software is based around two forms, and some of the fields on form1 relate to calculated fields on form2.
I have a form event (instead of save) code on form2 which I want to trigger when saving form1, thus updating the calculated fields on form2. Form 1 and 2 are always active and I have tried using form2.save from form1, but it does not work.
Oddly, I have managed to call the 'after refresh' event on form2 from form1 using form2.refresh.
Any help would be appreciated.
Thanks,
David
I am using some product data management software that was written in VF6. The software allows me to add and run UDF code and form event code and I have managed to add some nice additional functionality.
The software is based around two forms, and some of the fields on form1 relate to calculated fields on form2.
I have a form event (instead of save) code on form2 which I want to trigger when saving form1, thus updating the calculated fields on form2. Form 1 and 2 are always active and I have tried using form2.save from form1, but it does not work.
Oddly, I have managed to call the 'after refresh' event on form2 from form1 using form2.refresh.
Any help would be appreciated.
Thanks,
David