I have a dock with multiple Document Windows.
I want to open multiple instances of the same form on different document windows. Each form. although the same, needs to contain different data.
Every time I open a second instance of the form on a second document window, the first instance of the form on the first document window disappears. The second instance contains the data from the first instance, when it should be maintaining the data from the second document window.
Is there any way to get around this?
I want to open multiple instances of the same form on different document windows. Each form. although the same, needs to contain different data.
Every time I open a second instance of the form on a second document window, the first instance of the form on the first document window disappears. The second instance contains the data from the first instance, when it should be maintaining the data from the second document window.
Is there any way to get around this?