Login Page - Create Account

Support Board


Date/Time: Thu, 19 Sep 2024 23:50:53 +0000



Post From: ACSIL question

[2014-08-21 06:34:28]
vegasfoster - Posts: 444
Not 100% sure this is what you are asking for, but try adding to sc.SetDefaults section,


sc.Input[#].Name = "Flatten and Cancel?";
sc.Input[#].SetCustomInputStrings("Yes;No");
sc.Input[#].SetCustomInputIndex(0);

then modify

if (InputDateTime2 < EndDateTime && InputDateTime1 >= EndDateTime) && sc.Input[#].GetIndex() == 0)

substitute # with the next number in your sc.Input sequence.
Date Time Of Last Edit: 2014-08-21 06:36:14