Using an object of Report type allows to embed any .xls file in process D2000 HI. To embed a report, that use functions of the interface D2000 WorkBook, it should be created from the template D2000_WorkBook.xlt.
Report created from the template supports:
The functions D2_GetValue, D2_ArchValue get the value waiting for logon from HI.
After defining the parameters and clicking the button OK defined values are to be transmitted to corresponding cells of the report.
| Parameter in the dialog box | Cell name |
|---|---|
| Time interval – begin time | D2000_BT |
| Time interval – end time | D2000_ET |
| First numeric parameter | D2000_NUM1 |
| First numeric parameter | D2000_NUM2 |
| String | D2000_TEXT |
Required setting of the sheet parameters for embedding in the process D2000 HI:
The value of the cell B5 (LOG_ON_FROM_HI) must be TRUE - important !!! The other parameters (name, password,...) are automatically adjusted according to the parameters defined in the process D2000 HI.
Note:
In the MS Excel running in the computer, where such a report will be
displayed, there must be activated the extension D2000_WorkBook.xll.