Forum Discussion
GaryBoyd
Qrew Assistant Captain
Thanks for the great info. Sorry if this is known, but seemed interesting:
If you use the above Next Tab technique on a form opened with "&ifv=1" at the end, it does not save and just goes to the next tab.
If you use the above Next Tab technique on a form opened with "&ifv=1" at the end, it does not save and just goes to the next tab.
AlexWilkinson
7 years agoQrew Assistant Captain
With "&ifv=1" in the URL that opens the form, the standard Quick Base buttons to save and cancel don't get displayed, and are not in the HTML of the page. Consequently, this part of the javascript does nothing, because the reference is not in the HTML:
$("#saveAndKeepWorkingMenuOption").click();
Thanks for catching it!
$("#saveAndKeepWorkingMenuOption").click();
Thanks for catching it!