| | |
| | | Body: |
| | | [* |
| | | FinancialSalesSource::InitializeNew( MacroPlan ); |
| | | |
| | | table := selectobject( MacroPlan, FinancialSalesSource.FinancialSalesReport, table, not table.IsImport() and table.IsShow() ); |
| | | excelsource := selectobject( MacroPlan, FinancialSalesSource, excelsource, excelsource.IsImport() ); |
| | | if( not isnull( excelsource ) ){ |
| | | excelsource.AfterImport(); |
| | | } |
| | | table := FinancialSalesSource::InitiateSearch( MacroPlan );//selectobject( MacroPlan, FinancialSalesSource.FinancialSalesReport, table, not table.IsImport() and table.IsShow() ); |
| | | |
| | | DataHolderTable.Data( table ); |
| | | |