Make Valid hook

Use this hook to adjust the field's value before it is checked. You can use it for example to round a field's value.

Example:

function extern long tdsls401.cdf_mprc.make.valid(long mode)
{
        tdsls401.cdf_mprc = round(tdsls401.cdf_mrpc, 2, 1)
        return(0)
}