Quintiq file version 2.0 
 | 
#parent: DataHolder 
 | 
Response OnDataChanged () id:Response_SWF_CustomDrawComponentProcessDashboard_DataHolder_OnDataChanged 
 | 
{ 
 | 
  #keys: '[107588.2015.1255523380]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Show message for user if one exists 
 | 
    user_error := this.Data(); 
 | 
    if ( not isnull( user_error ) and user_error.ErrorMessage().Length() > 0 ) 
 | 
    { 
 | 
      Application.Message( user_error.ErrorMessage() );   
 | 
      user_error.Delete(); 
 | 
    } 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnDataChanged' 
 | 
} 
 |