对比新文件 |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: PanelOperation/ButtonCompare |
| | | Response OnClick () id:Response_PanelOperation_ButtonCompare_OnClick |
| | | { |
| | | #keys: '[414996.1.211223313]' |
| | | 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 |
| | | } |
| | | } |