Not sure what I'm doing wrong; nothing is resetting when the reset button is hit now.Here's the script for my reset button:if (xfa.host.messageBox("Do you want to clear all the weekly data from the form?", "Clear Weekly Data",2,2) == "4") { ResetButton.resetData(form1); }I put the f...