_Main/BL/Type_EnginePipelineRow/StaticMethod_CraeteCellValueForRow.qbl
@@ -12,10 +12,10 @@ [* // 甄兰鸽 Jul-11-2024 (created) row := table.Row( relnew, Name := name, RowNr := rownr, Product := product, Demand := demand ); //traverse( table, Column, column ){ // cell := column.CellValue( relnew, Value := '0' ); // row.CellValue( relinsert, cell ); //} traverse( table, Column, column ){ cell := column.CellValue( relnew, Value := '0' ); row.CellValue( relinsert, cell ); } return row; *] }