fires after values have been set within toolbar or form
$$("myform").attachEvent("onValues", function(){
//code
});
The event fires when form or toolbar values are set programmatically with the help of a setValues() method.
When values are changed by user in browser, the onChange event is triggered instead.