This event occurs when the field "loses" the focus and the field value is changed. Ex. Searching data to fill another form fields. sc_lookup(prc," select price from products where productid = '{field_product_id}' "); {other_form_field_price} = {prc[0][0]};