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

ActiveDocument.DoReload 2,False,False

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

Some one please explain ...

Thanks 

3 Replies
tresesco
MVP
MVP

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

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

- Marcus