lazhen
2024-07-12 4ea4b773425d7e7a9034c52269e6fb9d30be5904
_Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl
@@ -14,7 +14,7 @@
    cellHandle := cellIndexTree.GetHandle( cellKey );
    cellIndex := guard( cellIndexTree.Root().Child( cellHandle ),null( NamedValue ));
    cell := null( LocalCell_Default );
    if( isnull( cell )){
    if( isnull( cellIndex )){
       cell := row.LocalCell( relnew,LocalCell_Default,LocalColumn := column );
       cells.Add( cell );
       cellIndexTree.Root().AddChild( cellHandle,cells.Size() - 1 );