Quintiq file version 2.0 
 | 
#parent: pnlActions/btnExport 
 | 
Response OnClick () id:Response_pnlActions_btnOk_OnClick 
 | 
{ 
 | 
  #keys: '[146140.2.1897569571]' 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    sanitycheckfeedback := ''; 
 | 
    return LibSCIIntegrationInterface::ValidateInput( feedback, 
 | 
                                                      sanitycheckfeedback, 
 | 
                                                      DataHolderSelectedLibSCIScenarios.Data(), 
 | 
                                                      DataHolderIsBase.Data(), 
 | 
                                                      DataHolderIsCurrent.Data() 
 | 
                                                     ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Disable button so that user doesn't click again 
 | 
      this.Enabled( false, 'Export in progress' ); 
 | 
       
 | 
      // Execute OnOK method 
 | 
      Form.OnOK(); 
 | 
       
 | 
      // Close the dialog 
 | 
      Form.Close(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |