Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 10:51:36 +0000



Post From: sc.SetACSToolButtonText()

[2015-09-11 17:20:01]
User35525 - Posts: 179
It was user-error. I had this line in the study:
if (sc.IsFullRecalculation) return;

This aborted the function before setting the button text with SetACSToolButtonText();

I needed to move the check for IsFullRecalculation() later in the study. :-)