Try OpenEdge Now
Developing WebSpeed Applications
WebSpeed API Reference
:
hidden-field-list
hidden-field-list
This function accepts a list of fields and returns newline-delimited (~n) list of HTML tags formatted to hide those fields. The output is in the following format:
<INPUT TYPE="HIDDEN" NAME="
encoded-field-name
" VALUE="
encoded-field-value
">
Location
web\method\cgiutils.i
Parameters
INPUT p_name-list AS CHARACTER
Character expression containing a comma-separated list of field names available through the
get-value
function.
Returns
CHARACTER
Notes
The value associated with each field name is determined by calling the
get-value
function.
Examples
cHiddenFields = hidden-field-list("user-name,login-company,password":U)
See also
hidden-field
get-value
url-field-list
url-format