Hi Jeff,
This sounds like something i do.
When something happens in your child-memory-form and you need your parent for to be updated. Place this in the embed point where you realise an update is required.
When the page IS a NetWebForm(memory) which in turn contains a NetWebBrowse:
p_web.Script('sv('''',''YOURBROWSENAME_YOURBROWSECONTAINERNAME'','''',''_refresh_=current'','''','''',''_parentproc_=YOURBROWSECONTAINERNAME'');')
YOURBROWSENAME = name of NetWebBrowse
YOUBROWSECONTAINERNAME = name of NetWebForm(Memory) than contains the NetWebBrowse
Otherwise:
p_web.Script('sv('''',''YOURPAGENAME'','''',''_refresh_=current'','''','''','''');')
Hope that helps (use lower case for your names, the CAPS is just to help you spot my placeholders).
Regards
Bill