Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 20:26:29 +0000



Post From: Control Study Buttons 2268

[2021-10-07 15:22:13]
User104854 - Posts: 441
I went to the link and see that the following code is listed:

if (sc.MenuEventID >= ACS_BUTTON_1 && sc.MenuEventID <= ACS_BUTTON_150)
{
sc.SetCustomStudyControlBarButtonEnable(sc.PriorSelectedCustomStudyControlBarButtonNumber, 0);

}

Can you please tell me what I need to do with this code to have the control buttons act under the old behavior? There are no instructions with regards to this.