Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo,
how can I close a qlikview document ( not qlikview, but only a document ) using then 'x' icon of windows without saving the document and without it ask me to save ?
If you're not making any changes to the document you won't get prompted to save
Yes, but if I make changes I don't want if I press 'x' for close windows it ask me to save and I don't want it save changes, I want close without save changes and without ask user to save. I found macro istruction to do this, but if user closes with 'x' icon of windows the problem is still present.
Hi,
This might be because of the windows default file handling procedures.
You have to find a work around to override this feature if possible.
Otherwise you can restrict the user from interacting with qlikview. Like you can close the qv application automatically using macro after the work has been done.
try to revert the changes that has been made by the user.
Regards
Andrew Hudson
Hi srv_alfx,
How i can save my document automatically
if you have any idea please share.
Many thanks
Emteam
Hi,
Use the below Macro:
sub test()
rem ** Quit QlikView **
ActiveDocument.GetApplication.Quit
end sub
Cheers!!!
Hi,
Use the below Macro:
sub test()
rem ** Quit QlikView **
ActiveDocument.GetApplication.Quit
end sub
Cheers!!!