1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| 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'
| QuillAction
| {
| Body:
| [*
|
| table := LocalCell_DemandComparison::Compared( RecycleBin,dhBaseVersionPath.Data(),dhCompareVersionPath.Data(),lBaseVersionName.Text(),lCompareVersionName.Text() );
| dhComparisonData.Data( table );
| *]
| GroupServerCalls: false
| }
| }
|
|