report_open()

Read(35) Label: retrieve, template file,

Description:

Read a template file of docx format.

Syntax:

report_open(T) 

Note:

External library function (See The Programmer’s 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

=report_open("D:\\testT.docx")

Read template file testT.docx.

2

=report_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 < mainPath > node in the configuration file.

3

>report_config("config\\raqsoftConfigReportLite.xml")

 

4

=report_open("testT3.docx")

After report_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 < mainPath > node in the configuration file.

Related function:

report_insert()

report_replace()

report_write()