Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try using :
ActiveDocument.GetApplication.WaitForIdle
followed by a timeout afterwards
Regards