Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I need to navigate, starting from a unique main menu' sheet , between Sheets residents on different qvw files using buttons. I'm not able, using only shortcuts, do it becouse I can specify as action only previous or next sheet .
Have you gently a sample that show how simply do it ?
QVW A --- MAIN MENU (a.) Open QVW B - SHEET 2, b) Open QVW C - SHEET 3.... and so on)
QVW B --- SHEET 1 , SHEET 2 , SHEET 3
QVW C --- SHEET 1 , SHEET 2 , SHEET 3
Many thanks
Giovanni
Giovanni
Which version? Upto 8.x, you need to depend on macro moules using APIs for the button additional actions (other than the provided shortcuts and launch options). But you can call another QVW from a button(Choose Launch and specify the application name with path)
--Arun
Thanks Arun for your soon reply,
Using APIs and my above sample I have to use something like the following to activate SHEET 2 of Document QVW B.qvw ??
GetObject("PATH\QVW B.qvw")
ActiveDocument.ActivateSheet SHEET 2
If QVW B.qvw is open jet does the command still work properly ?
Thanks
Giovanni