Forum Discussion

ddidonato's avatar
ddidonato
Creator II
5 years ago

Delete Button in Form

My Form has two buttons "Save" and "Delete". For the Save button I have a method for onClick  = "top.onSaveCommand()" which works. For the Delete button I have a method for onClick  = "top.onDele...