ddidonato
5 years agoCreator II
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...