lazhen
2024-11-06 20bac026b51b5d6572a6107ef09397288bbc6dd8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Quintiq file version 2.0
#parent: PanelOperation_568/ButtonCompare
Response OnClick () id:Response_PanelOperation_568_ButtonCompare_OnClick
{
  #keys: '[412672.0.1111643148]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebButton_OnClick'
  Precondition:
  [*
    return not isnull( dhBaseVersion.Data() ) and not isnull( dhCompareVersion.Data() );
  *]
  QuillAction
  {
    Body:
    [*
      table := LocalCell_DemandComparison::Compared( RecycleBin,MacroPlan, dhBaseVersion.Data().FilePath(),dhCompareVersion.Data().FilePath(),lBaseVersionName.Text(),lCompareVersionName.Text() );
      dhComparisonData.Data( table );
    *]
    GroupServerCalls: false
  }
}