| | |
| | | // 甄兰鸽 Jun-25-2024 (created) |
| | | this.Column( relflush ); |
| | | this.Row( relflush ); |
| | | this.Column( relnew, Name := '', TimeUnit := timeunit ); |
| | | this.Column( relnew, Name := '', TimeUnit := timeunit ); |
| | | //this.Column( relnew, Name := '', TimeUnit := timeunit ); |
| | | //this.Column( relnew, Name := '', TimeUnit := timeunit ); |
| | | this.GenerateColumn( this.Source().MacroPlan(), timeunit, startdate, enddate ); |
| | | *] |
| | | } |
| | |
| | | [* |
| | | // 甄兰鸽 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; |
| | | *] |
| | | } |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Legend: 'ShowName' |
| | | Legend: 'Name' |
| | | SortCriteria: 'RowNr' |
| | | Taborder: 1 |
| | | ] |