Step 3 Modify Standard Process Footer

From LANSA Web Functions

Step 3. Modify Standard Process Footer

In this step, you will add the date to the bottom of the standard footer by using a LANSA system variable with the MERGE tag.

1.  Open the iiiPROC03_STDFOOTER document.

2.  Use a MERGE tag to include the LANSA system variables *DAYC, *MONTHC and *YEARC. Add the following text to the end of the STDFOOTER document:

     <p align="center">

     Date in DD/MM/YY format is: <RDML MERGE="*DAYC"> / <RDML MERGE="*MONTHC"> / <RDML MERGE="*YEARC">

     </p>

 

3.  Save the document.