Forum Discussion
GaryBoyd
7 years agoQrew Assistant Captain
Thanks - like it. It does what i want to achieve, but obviously don't want to do anything not secure in quick base.
Would be good if there was a safe way to suppress the headers when required, as they take al lot of screen space.
Would be good if there was a safe way to suppress the headers when required, as they take al lot of screen space.
_anomDiebolt_
7 years agoQrew Elite
IMPORTANT
Try is in a disposable application in case you make a mistake. You don't want to get into a situation where you kill the headers and then can't edit the code page. To restore the headers you can enter these commands from the console:
It should be obvious that hiding and showing does not remove anything from the page - it just makes it not visible. Using ifv may in fact remove things from the page as well as not showing the page's chrome.
Try is in a disposable application in case you make a mistake. You don't want to get into a situation where you kill the headers and then can't edit the code page. To restore the headers you can enter these commands from the console:
$("#brandBarHeader").show();Also, know how to turn off BOL (it is in the instructions).
$("#navTop").show();
$("#tablesMenuBarWrapper").show();
//$("#pageNavBar").show();
It should be obvious that hiding and showing does not remove anything from the page - it just makes it not visible. Using ifv may in fact remove things from the page as well as not showing the page's chrome.