| Quintiq file version 2.0 | 
| #parent: PanelButton/ButtonButton | 
| Response OnClick () id:Response_PanelButton_ButtonButton_OnClick | 
| { | 
|   #keys: '[415136.0.904312139]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     return not isnull( InterfaceDataset ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       binaryValue := ShippingActualData::Export( InterfaceDataset ); | 
|        | 
|       Application.Download( ShippingActualData::GetDefalutName() + '.xlsx', binaryValue.AsBinaryData() ); | 
|        | 
|       //ShippingActualData::Synchronize( InterfaceDataset ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |