MaggieLeatherman
Programmer
Hi, I need to run the code that is in the OnOpen method of my form whenever I click a Reset Command Button. How do I call the OnOpen method code from a comman OnClick method?
Thanks, Maggie
Thanks, Maggie
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]Call FormOpen(False)[/blue]
[blue]Call Form_Open(False)[/blue]