_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 );