When Field Changes hook

Use this hook to react on a change in a field. You can use and set the values of the form fields.

Example:

function extern void ext.colr.f.when.field.changes()
{
        ext.colr.t = ext.colr.f
        display("ext.colr.t") 
}