Step 1 Review the LANSA Tags in iiiFN05

LANSA Web Functions

Step 1. Review the LANSA Tags in iiiFN05

1.  Use the Web Function Editor to open the iiiPROC03iiiFN05001 page.

2.  Notice how the RDML MERGE statement is used in the following examples:

     <RDML MERGE="&HIDDEN">

     <RDML COMPONENT="STDHEADER">

     <center><h1><RDML MERGE="&FUNCTION"></h1></center>

     <br />

     <RDML MERGE="&MESSAGES">

 

     The MERGE can be used with special reserve words such as &HIDDEN for embedding hidden variables or &MESSAGES for embedding the LANSA messages. The MERGE of &FUNCTION is used for the function description.

3.  Notice how the RDML MERGE statement is used in the following field example:

     <td><strong><RDML MERGE="&T0001+0001+0020"></strong></td>

     <td><input name="ADEPTMENT " type="text" size="004" maxlength="004"

     value="<RDML MERGE="DEPTMENT  ">"

     onfocus="SetNameLocation('ADEPTMENT ',03,29)" /></td>

 

     The MERGE is used to embed the field multilingual label <RDML MERGE="&T0001+0001+0020">. It is also used to embed the field value <RDML MERGE="DEPTMENT  ">.

4.  The <RDML COMPONENT="STDHEADER"> and<RDML COMPONENT="STDFOOTER"> are used to embed the Web page components. Notice that these statements do not have to be modified to use the process specific pages, which were created in WEB005 - LANSA Process Pages.