Parameter Display Elements

The following code snippet shows the use of elements for handling parameter values. If your form uses a parameter pick list, see the sample code at the end of this topic.

<getParameterInputCond hasValue="1">     <!-- 1st parameter -->
<!-- Name of parameter -->
<TD VALIGN="MIDDLE">
<FONT face="Arial, Helvetica, sans-serif" size="-1">
<B><getParameterName/></B>
</FONT>
</TD>
<TD VALIGN="MIDDLE" COLSPAN="2">
<INPUT TYPE="text" NAME="<getParameterFieldName/>"
VALUE="<getParameterValue/>" SIZE="30">
</TD>
</getParameterInputCond>

The <getParameterInputCond> and <getParameterAskCond> tags select the INPUT or ASK parameter that is used to resolve the <getParameterName/>,<getParameterFieldName/> and <getParameterValue> tags. You must set the hasValue argument from 1 to the number of INPUT or ASK parameters.