Is there a way to use the Child Form Dialog, but make it a nonmodal (non-Dialog) form? |
No. This will only work in a modal format.
If this isn't currently possible can I request that it be added as an enhancement please?
Just use a shared data table. Set the SharedDataTableKey property to the same value on each of the BOs you want to share the data table with. You will then see the same data in both locations.