Embedded View Refresh -- I thought it was fixed

I have an embedded view on a form (form A); I can click a button on form A to create form B that is supposed to show in embedded view. When I save and close form B, it does not appear in the embedded view. I know this was a bug in R5, but I thought it was fixed in ND6. Is there a setting I’m missing or is it now a problem again? I’m in version 6.0.2CF1.

Subject: Embedded View Refresh – I thought it was fixed

Just before closing Form B, try adding the following script…

Call workspace.ViewRefresh

'then

Call uidoc.close