sirs:
Is there a way to open a custom form as a MDI child of the GP window? In VB, we would:
dim frm as new MyFormName
frm.mdiparent = Me
frm.show
What Im doing now opens the form as a separate application.