Quintiq file version 2.0 
 | 
#parent: pnlActions/btnOk 
 | 
Response OnClick () id:Response_pnlActions_btnOk_OnClick 
 | 
{ 
 | 
  #keys: '[415136.0.1255981727]' 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not ( not cbCustomDemand.Checked() and not cbCustomDemandCC.Checked() 
 | 
                  and not cbOfflinePlan.Checked() and not cbOfflinePlanCC.Checked() 
 | 
                  and not cbShiftPlan.Checked() and not cbShiftPlanCC.Checked() 
 | 
                  and not cbAssembleOnlinePlan.Checked() and not cbAssembleOnlinePlanCC.Checked() 
 | 
                  and not cbInventoryPlan.Checked() and not cbInventoryPlanCC.Checked() ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      Form.OnOK(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |