Dear specialists,
for composition tables you can use a button to jump to the previous table by customizing the field as
* field type "button"
* on click: closeRecord()
Question: What it the command for deleting the record?
thanks,
wolf
@Wolfgang
If you want to delete the CURRENT record.. it is
delete this;
super worked