HTML for SET011E (SET011E001)

LANSA

HTML for SET011E (SET011E001)

<!-- Process : SET_011 WEB samples and examples -->
<!-- Function : SET011E Launch 011 example -->
<!-- Page : 001 -->

<!-- Generated by - LANSA -->
<!-- Created by user - SETUSER -->
<!-- Time and Date - 105843130300 -->



<!-- The RDML function SET011E builds the part of the URL needed to run the application and passes the string for each -->
<!-- of the functions running in the different frames in three hidden fields. This is required because not all of the user's partition -->
<!-- identifier and language are going to be the same. Hence, the RDML will concatenate the fixed part with the partition -->
<!-- and the language using the system variables *partition and *language -->
<!-- The value passed in S_LEFTFRA (function running in the frame on the left of the browser's screen) is a concatenation -->
<!-- of '/cgi-bin/lansaweb?procfun+set_011+set011a+') with *partition and, if the language is not -->
<!-- *blanks (non multilingual partition) with *language. -->
<!-- The value passed in S_RIGHTOP (function running in the frame at the top right of the browser's screen) is a concatenation -->
<!-- of '/cgi-bin/lansaweb?procfun+set_011+set011c+') with *partition and, if the language is not -->
<!-- *blanks (non multilingual partition) with *language. -->
<!-- The value passed in S_RIGHBOT (function running in the frame at the bottom of the browser's screen) is a concatenation -->
<!-- of '/cgi-bin/lansaweb?procfun+set_011+set011d+') with *partition and, if the language is not -->
<!-- *blanks (non multilingual partition) with *language. -->
<!-- The frame that divides the top right from the bottom right has borders turned off so that the dividing border is invisible -->

<HTML>

<HEAD>
<FRAMESET COLS="20%, 80%" BORDER=1 FRAMEBORDER=yes BORDERCOLOR=gray>
 <FRAME NAME="foldermenu" SRC="<RDML MERGE="S_LEFTFRA">" SCROLLING=AUTO>
<FRAMESET ROWS="*, 200" BORDER=0 FRAMEBORDER=no>
 <FRAME NAME="emplis" SRC="<RDML MERGE="S_RIGHTOP">">
 <FRAME NAME="empdet" SRC="<RDML MERGE="S_RIGHBOT">">
</FRAMESET>
</FRAMESET>
</HEAD>

</HTML>