K
Kevin Nechodom
I have had a database working for 3 years that creates multiple instances of
a main data form. It uses the idea of:
Dim frm as Form
set frm = new Form_frmCall
and then add the form reference to a collection to keep it active.
It worked until SP3. Now the Set statement fails with error 2950, Reserved
Error.
Is this functionality going away?
Thanks,
a main data form. It uses the idea of:
Dim frm as Form
set frm = new Form_frmCall
and then add the form reference to a collection to keep it active.
It worked until SP3. Now the Set statement fails with error 2950, Reserved
Error.
Is this functionality going away?
Thanks,