Occurs when focus leaves the HTML object and its content has changed.


Example:

In an Order form, we want to fill in the value in the "price" field when we enter a product code.

sc_lookup(prc," select price from products where productid = '{field_product_id}' "); {other_form_field_price} = {prc[0][0]};