Quintiq file version 2.0 
 | 
#parent: pnlActions/btnOk 
 | 
Response OnClick () id:Response_pnlActions_btnOk_OnClick 
 | 
{ 
 | 
  #keys: '[145730.0.1962050709]' 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    KPISetting::ValidateInput( feedback, 
 | 
                               ApplicationMacroPlanner.FormatStringToReal( efMax.Text(), 0.0 ), 
 | 
                               ApplicationMacroPlanner.FormatStringToReal( efMin.Text(), 0.0 ), 
 | 
                               ApplicationMacroPlanner.FormatStringToReal( efMediumThreshold.Text(), 0.0 ), 
 | 
                               ApplicationMacroPlanner.FormatStringToReal( efHighThreshold.Text(), 0.0 ) ) 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Save KPI settings changes 
 | 
      Form.OnOk(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |