| Quintiq file version 2.0 | 
| #parent: ButtonExportScenarioStatus | 
| Response OnClick () id:Response_ScenarioManager_FormScenarioStatus_ButtonExportScenarioStatus_OnClick | 
| { | 
|   #keys: '[101620.3.778004697]' | 
|   Body: | 
|   [* | 
|     // Export scenario status | 
|     if ( MessageBox::Question( this, MacroPlan::GetExportMessage( 'ScenarioStatus' ), '&Yes|&No' ) = 0 ) | 
|     { | 
|       ScenarioManager.ExportScenarioStatus(); | 
|     } | 
|      | 
|     Application.RemoveHistory(); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' | 
|   Precondition: | 
|   [* | 
|     return ScenarioManager::HasScenarioManager( ScenarioManager, feedback ) | 
|   *] | 
| } |