Forum Discussion
GaryBoyd
7 years agoQrew 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.
- AlexWilkinson7 years agoQrew Assistant CaptainWith "&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! - GaryBoyd7 years agoQrew Assistant CaptainReally liked the info you gave.
Found this trying to figure out how to hide the header rows in the browser that take a lot of space & still keep functionality.
https://community.quickbase.com/quickbase/topics/best-way-to-frame-app-and-remove-all-headers?rfm=1&...