Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello all,
is it possible to prevent from the user to leave a sheet only if he press on a button??
avi
One solution might be to 'hide tabrow' in document properties and do the tab navigation entirely using buttons.
thank you for your replay!
i need something else,
more like a pop up msg .
In sheet properties, you could set a trigger on OnLeaveSheet, with an action External - Run Macro.
In the Macro, create the Popup, you could probably also check for some user response and maybe then leave / don't leave the sheet.
thank you!
Hi,
You can add a sheet trigger (right click on any empty space of the sheet you want the user to be, select Properties, Triggers tab). In the event of OnLeaveSheet you can set a variable to 1, so a text object appears to warn the user that he or she is about to leave the current sheet, or even that they cannot leave the current sheet.
Hope that helps.
Miguel
thank you
maybe you can help me with something else??
http://community.qlik.com/thread/46173?start=0&tstart=0
avi