Support Board
Date/Time: Wed, 27 Nov 2024 11:38:01 +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
|