Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
WebSpeed API Reference : get-field
 

get-field

This function returns the value of an HTML form input field or named argument. If an invalid name is passed, the function returns a blank value. or returns a blank otherwise.

Location

web\method\cgiutils.i

Parameters

INPUT p_name AS CHARACTER
The field name. If the Unknown value (?) is specified, the function returns a list of all field names.

Returns

CHARACTER

Notes

None

Examples

See the get-value function in web\method\cgiutils.i.

See also

get-user-field
get-cgi
get-cookie