1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | Quintiq file version 2.0 
 |  #parent: PanelSeriesSelection/DataHolderSeriesSelection 
 |  Response OnDataChanged () id:Response_PanelSeriesSelection_DataHolderSeriesSelection_OnDataChanged 
 |  { 
 |    #keys: '[146450.3.330047503]' 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_WebComponent_OnDataChanged' 
 |    QuillAction 
 |    { 
 |      Body: 
 |      [* 
 |        // Enable disable the Last snapshot checkbox 
 |        Form.EnableDisableOnlyLastSnapshots(); 
 |         
 |        Form.RefreshSeries(); 
 |      *] 
 |      GroupServerCalls: false 
 |    } 
 |  } 
 |  
  |