Quintiq file version 2.0 
 | 
#parent: PanelCurrentDate/LabelCurrentDateAutomatic 
 | 
Response OnTextChanged () id:Response_PanelCurrentDate_LabelCurrentDateAutomatic_OnTextChanged 
 | 
{ 
 | 
  #keys: '[157912.0.894941109]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebLabel_OnTextChanged' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Toggle binded data (CurrentDateHasManual) to set on checkbox Automatic 
 | 
      isAutomatic := not [Boolean] this.Text(); 
 | 
      CheckboxCurrentDateAutomatic.Checked( isAutomatic ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |