Hi All, Do your encounter problem when the form perform refresh with this.form.events.refresh. I foud that it will rewrite the field's defaultValue. Namely, when the form first rendering, the textbox value is "abc" and user cahnge it to "xyz" then the form perform refresh. When the reset buton (input type="reset") of that particualr form clicked, the textox value will not change from "xyz" to "abc" because the defaultValueof that particular field have been set to xyz already.
If anyone have meet this problem please kindly let me know. Thank a lots! Cheers! -- Regards, Khong Seng Kin