Copy records from master and detail forms

I have a master form with some detail forms. If I copy a record with the copy button of the toolbar from the master only the data from the master form is copied but I need also every data from the included detail forms to be copied.
How can this be done?

Joe

Afaik by writing your own copy function with SQL commands to copy record in both the master and detail tables.
Btw, this would solve your other issue of the SC embedded copy function not triggering the onload event: with the same function you could run the pre-fills you need.