Insert a dynamic FORM

To insert a dynamic Form, add the following lines to the Template script.

To use a Dynamic Form, add the following statement to the Template.

FORM  
 NAME "<folder>\<form>"

The NAME keyword specifies the name of the Form as it is defined in KCM Designer. KCM Designer can recognize this statement and include the relation in its dependency analysis.

The FORM statement also accepts an expression with the VAR keyword.

FORM  
 VAR reference

This variant should be used if the name of the Form is passed as a PARAMETER to the Master Template.

PARAMETER FORM DynamicForm 
FORM  
 VAR _Template.DynamicForm