Hi
I want to create a button which will reset or delete a record in a form from portal. It is currently using the doReset PL/SQL Button Event Handler. The default codes in html is :
input TYPE="BUTTON" NAME="FORM_SEARCH_FILES.DEFAULT.RESET_TOP.01" VALUE="Reset" onClick=" do_event(this.form,this.name,1,'ON_CLICK','');"
How do i change the codes so that it will reset or delete a record in the form? Thanks!
