Page History
1.4.5 LANSA Application Templates
LANSA's application templates are one of its most powerful features. An application template can be thought of as an RDML code generator. It uses a simple programming language. When executed, templates will automatically create standard blocks of RDML code based on a question and answer session. For example, a pop-up window or prompting function can be created using a template. You simply tell the template the particular table and fields that you want included in the window, and it generates the necessary RDML commands to build the pop-up window function/program.
...
Where possible, it is recommended that you start with an application template when building your application programs. Building block templates can also be used within the function editor to create parts of a function.
See Also
...