Description:
Read a template file of docx format.
Syntax:
reportlite_open(T)
Note:
External library function (See ReportLite User Reference).
Parameter:
T |
The path of docx format template file, which can be an absolute one or a relative one. When it is the relative path, the base directory is the path specified in esProc main directory’s <mainPath> node in the configuration file. |
Return value:
DocxChanger object
Example:
|
A |
|
1 |
=reportlite_open("D:\\testT.docx") |
Read template file testT.docx. |
2 |
=reportlite_open("testT2.docx") |
When the relative path is used for reading the template file, the base directory is the path specified in esProc main directory’s <mainPath> node in the configuration file. |
3 |
>reportlite_config("config\\raqsoftConfigReportLite.xml") |
|
4 |
=reportlite_open("testT3.docx") |
After reportlite_config() re-loads the configuration file and when the relative path is used for reading the template file, the base directory is the path specified in esProc main directory’s <mainPath> node in the configuration file. |
Related function: