1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: PanelRibbon322/ButtonRibbon682
| Response OnClick () id:Response_PanelRibbon322_ButtonRibbon682_OnClick
| {
| #keys: '[412672.1.108512122]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebButton_OnClick'
| QuillAction
| {
| Body:
| [*
| table := MP_Cell_AnnualPlanReport::CreateFullTable( ApplicationMacroPlanner.GetMacroPlans(),RecycleBin,MacroPlan );
| dhComparisonData.Data( table );
|
| WebMessageBox::Success( "Success" );
| *]
| GroupServerCalls: false
| }
| }
|
|