Quintiq file version 2.0 
 | 
#parent: pHeader/bRefresh 
 | 
Response OnClick () id:Response_pHeader_bRefresh_OnClick 
 | 
{ 
 | 
  #keys: '[413988.0.1607471065]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not isnull( MacroPlan )/* and MacroPlan.A_PreviousScenaioName() <> MacroPlan.ScenarioName()*/; 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      NewOfflinePlanCell::RefreshOfflinePlan( MacroPlan ); 
 | 
       
 | 
      nopt := maxselect( MacroPlan, NewOfflinePlanTable, tempNOPT, true, tempNOPT.SaveDateTime() ); 
 | 
      dhNewOfflinePlanTable.Data( nopt ); 
 | 
       
 | 
      WebMessageBox::Success( Translations::A_VWED_Success() ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |