Login Page - Create Account

Support Board


Date/Time: Mon, 19 Jan 2026 20:24:01 +0000



Post From: Cannot Change Existing Chart Link Number Using OpenChartOrGetChartReference()

[2026-01-19 09:00:34]
User900285 - Posts: 101
Hello, upon doing some testing with this ACSIL function: OpenChartOrGetChartReference(s_ACSOpenChartParameters OpenChartParameters);

If I set up the function so it opens a new chart, it does put in the ChartLinkNumber that I provide.
However when setting up the function to target a chart that already exists in the Chartbook, attempting to put in a different ChartLinkNumber has no effect on the chart. I do see the chart being recalculated when the function is called. The existing chart link number remains.

assuming:
s_ACSOpenChartParameters OpenChartParameters;
I made sure to add: OpenChartParameters.UpdatePriorChartNumberParametersToMatch = 1;
before calling sc.OpenChartOrGetChartReference(OpenChartParameters);

Let me know if this is unsupported or if I may be missing something.
Date Time Of Last Edit: 2026-01-19 09:02:11