Returns the search control value.
Syntax
getFieldValue($field);
Arguments
$field
the name of the field.
Return value
Returns the search control value.
Examples
This code should go to AfterTableInit or BeforeDisplay events of List or Print page. Get the search value of the Make field.
$srchObj = SearchClause::getSearchObject("Cars");
echo $srchObj->getFieldValue("Make");
See also:
•Example: Search Master and Details tables together
•Example: Print search parameters on the List page