Login Page - Create Account

Support Board


Date/Time: Wed, 01 May 2024 14:29:06 +0000



Post From: Initiate Update of other study

[2018-09-22 09:03:20]
User517260 - Posts: 97
I used sc.EarliestUpdateSubgraphDataArrayIndex = 1 to show for 'Color Bar Based on Alert Condition' study - it has to recalculate all data from my study.

if (sc.SetDefaults)
{
sc.GraphName = "VAN: Study";
sc.StudyDescription = "VAN: Study";
sc.AutoLoop = 0;
sc.FreeDLL = 0;
sc.UpdateAlways = 1;
sc.EarliestUpdateSubgraphDataArrayIndex = 1;
sc.UpdateStartIndex = 1;
}    

but as you may see on video https://youtu.be/57Q30qGjYd8 'Color Bar Based on Alert Condition' study still needs to be refreshed by F5 - Enter. What is wrong?