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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Screen Show

Why can't i get this to work in the Qlikview module? The screen dosn't refresh at the 'sleep 9000'!

SUB ScreenShow

ActiveDocument.Fields("Authority Region").Select "*T"

ActiveDocument.GetApplication.Sleep 9000

ActiveDocument.Fields("Authority Region").Select "*SYD*"

End sub

Please help.

//Rasmus

Labels (1)
1 Reply
Not applicable
Author

Try using :

ActiveDocument.GetApplication.WaitForIdle

followed by a timeout afterwards

Regards