I have a form ('Master Form') that I am using in wizard mode to update an invoice file. The final tab has an embedded browse in it for invoice items with invoice total fields below. When I delete an invoice item, I am not using the standard Delete button, but instead I call my own deletion confirmation procedure ('Delete Form').
If I call the Delete Form in non-popup mode, after the deletion the Master Form receives focus back and I can then flag it to redisplay the revised invoice total fields on the Master Form.
If I call the Delete Form in popup mode, after the deletion the embedded browse receives focus back, NOT the Master Form, so I have no way to update the invoice total fields.
Is there any code I can place in the embedded browse so that when it receives focus back, it triggers a reload of the Master Form?
Thanks,
Mark