1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  | Quintiq file version 2.0 
 |  #parent: PanelNumberOfPeriods/DateSelectorNumberOfPeriods 
 |  Response OnUserChanged () id:Response_MacroPlanner_PanelNumberOfPeriods_DateSelectorNumberOfPeriods_OnUserChanged 
 |  { 
 |    #keys: '[413988.0.1519178748]' 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_WebDateTimeFieldBase_OnUserChanged' 
 |    Precondition: 
 |    [* 
 |      return not isnull( MacroPlan ); 
 |    *] 
 |    QuillAction 
 |    { 
 |      Body: 
 |      [* 
 |        EditFieldNrOfFuturePeriods.Text( [String] ( this.Date() - MacroPlan.StartOfPlanning().Date() ) ); 
 |      *] 
 |      GroupServerCalls: false 
 |    } 
 |  } 
 |  
  |