Hi Thys,
Not sure if there are examples, given that you can pretty much do whatever you like <g>.
But let's say you had a form on the Parent table, and clicked on Save, then it'll do a Validate Record, and write the Parent away. You then have routines (PostInsert, PostUdate and so on) that you can embed code into.
The form fields are still in scope here (as session values). You would need to do the write yourself, but everything you need could be done here.
cheers
Bruce