Is Mandatory hook
Use this hook to indicate whether the field is mandatory. If a field
is mandatory then it must have a value other than
""
,
0.0
,
0
or blank.
Example:
function extern boolean tcmcs004.cdf_city.is.mandatory(long mode)
{
return(tcmcs004.crou(1;1) = "U")
}