DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Dataportal update after calculations are done

Solved!
Go to solution

I have several calculations that I run on a .CSV file and the data takes a long time to load when I am running it from the reports view.  If I run the same scripts manually from the script view the Dataportal does not update each line at a time but run all the calculations and then refreshes the dataportal when it is all complete is this a glitch or is there a way in the script that I can force it to only update the dataportal on completion ?

0 Kudos
Message 1 of 2
(4,658 Views)
Solution
Accepted by topic author Jcheese

As far as I know data portal is only refreshed on complete if you start your script in non debug mode (Ctrl+F5)

But there is a methodto control this in your script

dim oldstate : oldstate = UIAutoRefresh
UIAutoRefreshSet False

...

UIAutoRefreshSet oldstate
0 Kudos
Message 2 of 2
(4,643 Views)