Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Partner - Creator III
Partner - Creator III

start script with button?

Hi,

is it possiple to start the script (PartialReload) with the button?

thx

Chris

Do or Do Not. There is no try!
1 Solution

Accepted Solutions
biester
Specialist
Specialist

Hi,

I think you mean "with A button". It should be possible by assigning a macro (pre 9.0) or RunMacro action to the button, and the macro command should be

ActiveDocument.PartialReload

or

ActiveDocument.Reload

or in 9.0 also with parameters (see APIGuide)

ActiveDocument.DoReload <ErrorHandlingMode,Partial,Debug>

Rgds,
Joachim

View solution in original post

2 Replies
biester
Specialist
Specialist

Hi,

I think you mean "with A button". It should be possible by assigning a macro (pre 9.0) or RunMacro action to the button, and the macro command should be

ActiveDocument.PartialReload

or

ActiveDocument.Reload

or in 9.0 also with parameters (see APIGuide)

ActiveDocument.DoReload <ErrorHandlingMode,Partial,Debug>

Rgds,
Joachim

chrisg
Partner - Creator III
Partner - Creator III
Author

yes: with A button

Chris

Do or Do Not. There is no try!