1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | Quintiq file version 2.0 
 |  #parent: SplitterWnd/MatrixEditorAccountCost 
 |  Response OnStartEdit ( 
 |    shadow[ConversionFactorInMatrix] cell 
 |  ) id:Response_SplitterWnd_MatrixEditorAccountCost_OnStartEdit 
 |  { 
 |    #keys: '[132448.0.651981915]' 
 |    Body: 
 |    [* 
 |      // Create / update conversion factor in matrix 
 |      Form.CreateUpdateConversionFactorFromMatrix( cell, this, 1.0 ); 
 |    *] 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_MatrixEditor_OnStartEdit' 
 |  } 
 |  
  |