Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey guys, I just wanna ask if somebody has been in the following situation (and if is it possible, how he had fixed it) :
I have a QV9 document which displays a main page with buttons with actions to go to some sheets. I just want to hide the tabs to show only the main sheet and navigate only through the buttons.
Obviously, what I do is the usual, going to Configuration / Document Properties, and check the option "Hide Tabs". As you can see :
And when I click into the "Accept" or "Apply" Button, nothing happens, and when I go to Document Properties again, it shows me the "Hide Tabs" option unchecked.
Obviously there's something that is not allowing me to do this, but I cannot figure out what it is.
Could somebody understand what's happening here??
Many thanks in advance!!!
Remove the Sheet title on all sheets. This works for the thick client but not the thin client (web browser). You can still reference sheets using the objectID and buttons if you want to navigate them. Only use this method when Hide Tabrow fails. It's a hack.
Remove the Sheet title on all sheets. This works for the thick client but not the thin client (web browser). You can still reference sheets using the objectID and buttons if you want to navigate them. Only use this method when Hide Tabrow fails. It's a hack.
Thanks for your advise siz.
What I did to solve that, was to create another empty document and "copy and paste" all the objects of each sheet.
If I get in this situation again, don't hesitate I'm gonna use your advise.
Many thanks anyway!!