OUVRE
Description
This action is called at the start of the template.
Template
Report
Use
It essentially serves to make the declarations of the necessary resources and initialisations.
It can be used to grey-out certain parameters declared for entry in the report dictionary, for the instructions Diszo or Grizo. The parameters are contained in the following variables indexed by a line number starting with 0 :
[M:RPT]VALUE1(n)
[M:RPT]VALUE2(n) for the end range, if it exists
Example :
Grey-out the first two parameters start and end range:
Diszo [M:RPT]VALUE1(0)
Diszo [M:RPT]VALUE2(0)
Diszo [M:RPT]VALUE1(1)
Diszo [M:RPT]VALUE2(1)