1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Quintiq file version 2.0
| #parent: pRibbon504/bExport
| Response OnClick () id:Response_pRibbon504_bExport_OnClick
| {
| #keys: '[414996.1.211223969]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebButton_OnClick'
| GroupServerCalls: true
| QuillAction
| {
| Body:
| [*
| rows := selectset( dhTable.Data(),LocalRow,row,exists( dhFinelProducts.Data(),Elements,product,product.ID() = row.ProductID()));
| columns := selectset( dhTable.Data( ),LocalColumn,column, not column.IsAttrbuteColumn() and dhStartDate.Data() <= column.Date() and dhEndDate.Data() > column.Date() and column.TimeUnit() = dhTimeUnit.Data() );
| LocalCell_OfflinePlanComparison::AsyncExport( RecycleBin, rows, columns, MacroPlan );
| *]
| }
| }
|
|