| 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: SplitterWnd1/MatrixEditorSupply |  | Response OnEndEdit ( |  |   SupplyBase cell, |  |   Real newvalue |  | ) id:Response_SplitterWnd1_MatrixEditorSupply_OnEndEdit |  | { |  |   #keys: '[110880.8.752995324]' |  |   Body: |  |   [* |  |     // Set user planned flag and quantity |  |     cell.Update( newvalue, true ); |  |     this.EndEdit( false ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_MatrixEditor_OnEndEdit' |  |   Precondition: |  |   [* |  |     return PeriodTaskOperation::CanEdit( cell, newvalue, feedback ); |  |   *] |  | } | 
 |