I'm trying to call a function in my form's main code from within the click handler for a Button control. I am getting a "function not defined" reference error.
I feel like I had seen the solution for this in the forums once before, but I could not find it with a search, and there does not seem to be anything in the documentation.
Is there a simple way to reference functions in the form's main script from within the button's code-behind?
Thank you.