lihongji
2024-10-15 224bc6082b06f53755ee7e834d78e17f51cb0fa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Quintiq file version 2.0
#parent: PanelExport/bRefresh_427
Response OnClick () id:Response_pHeader_bRefresh_OnClick_57
{
  #keys: '[415136.0.1153802324]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebButton_OnClick'
  Precondition:
  [*
    return not isnull( MacroPlan );
  *]
  QuillAction
  {
    Body:
    [*
      DLEngineLogisticsCostReport::InitializeNew( MacroPlan );
      
      table := selectobject( MacroPlan, DLEngineLogisticsCostReport, table, table.IsShow() );
      
      DataHolderTable.Data( table );
      
      //dhSearch.Data( MacroPlan.DLEngineLogisticsCostSearch() );
    *]
    GroupServerCalls: false
  }
}