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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Screen shot problems

I have a huge problem,  I need to make a bmp every 30 minutes. But sometimes after reloadin i got the picture attached. The problem is that I have the screenshot ruined from that. Please can you help me?  (by the way, I am using qv 8.20)

3 Replies
Not applicable
Author

the macro used:

call selezionadatacorrente

ActiveDocument.DoReload 2,false,false
ActiveDocument.GetApplication.WaitForIdle
   
ActiveDocument.Clearall false
   

ActiveDocument.GetApplication.Refresh
call lancia

sub lancia()

tmpPath = ActiveDocument.GetPathName

InStrRev

( tmpPath , "\" )

Left

( tmpPath , (lastBackSlash - 1) )+"\"+NOMEFILE

"MAIN"

).ExportBitmapToFile pathfile&"TURNOVER.bmp"

end sub

Not applicable
Author

Solved

m_woolf
Master II
Master II

How?