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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ActiveDocument.DoReload 2,False,False

What is the meaning of ActiveDocument.DoReload 2,False,False

Some one please explain ...

Thanks 

Labels (1)
3 Replies
tresB
Champion III
Champion III

Active document will be reloaded with the following parameter consideration:

param 1(Error Mode): 2-> Syntax Error

param 2(Partial reload): False-> Full reload/No partial reload

param 3(Debug mode): False-> Debug breakpoint not be enabled

hence, the reload would take place with only considering syntax error for full reload and no debug breaking point enabled.

Not applicable
Author

Hey thanks a lot tres.

I struggled a lot with it.
Where can I find exact details of the syntaxes of the above.
As well can you please put some light upon Reload & DoReload


Thanks a lot

marcus_sommer
MVP
MVP

Look at APIGuide.qvw within your install folder for examples and descriptions.

- Marcus