SetTemplate method: AESection class
Syntax
SetTemplate(ae_applid, ae_section)
Description
The SetTemplate method sets the template to be used with an AESection object, as identified by ae_applid and ae_section.
The rules for assigning a template section are similar to the rules for selecting a base section. The selection of market and database platform are done exactly the same. However, the effective date of the template is always set based on the effective date of ‘1900-01-01’.
You must set the template before you can use any of the other methods.
Parameters
| Parameter | Description |
|---|---|
|
ae_applid |
Specify the name of the Application Engine program that contains the section to be used as the template. |
|
ae_section |
Specify the name of the Application Engine section in the program to be used as the section template. |
Returns
None.
Example
See AESection Example.