Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Maximized mode

Hi,

I need to open a document in a maximized mode always. Is it possible to do it ?

When I open my document, it is always opened as a small windows and it's a bit tedious

Thansk in advance

3 Replies
m_woolf
Master II
Master II

Try this macro and set to run On Open:

sub Maximize

     on error resume next

     Let window = CreateObject("WScript.Shell")

     wscript.sleep = 1000

     window.AppActivate 0

     wscript.sleep = 1000

     window.SendKeys ("% x")

end sub

Anonymous
Not applicable
Author

I' m sorry but it doesn't work

m_woolf
Master II
Master II

It works.

macro security must be set to system access level.

On the accesspoint, the user must use the ocx client.