Hi Chef,

Well one thing that might not be helping matters too much is that in the "called" script, on the second form, theres a "double" make visible being performed ...

code:
$InvForm.Show
$InvForm.Visible = 1

Might just stick with the Show and see if that helps matters any.

-Shawn