This event occurs when the field "loses" focus and the field value it's 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]};