S
Scott Toney
I am calling a form with:
fNewEntry = New frmNewEntry
fNewEntry.ShowDialog()
On the frmNewEntry form, I have a new menu structure that calls other forms
in the same way but everytime I call a new form, I am running a procedure to
close the prior form. When I "exit" the NewEntry form, I am doing a
fNewEntry.Close() and fNewEntry = nothing in the GotFocus sub, and am
getting an argumentexception of Value does not fall within the expected
range.
at
Microsoft.AGL.Common.MISC.HandleAR()
at
System.Windows.Forms.Form_CloseModal()
at
ND.frmOrder.frmOrder_GotFocus
................
Any ideas?
Thanks
Scott
fNewEntry = New frmNewEntry
fNewEntry.ShowDialog()
On the frmNewEntry form, I have a new menu structure that calls other forms
in the same way but everytime I call a new form, I am running a procedure to
close the prior form. When I "exit" the NewEntry form, I am doing a
fNewEntry.Close() and fNewEntry = nothing in the GotFocus sub, and am
getting an argumentexception of Value does not fall within the expected
range.
at
Microsoft.AGL.Common.MISC.HandleAR()
at
System.Windows.Forms.Form_CloseModal()
at
ND.frmOrder.frmOrder_GotFocus
................
Any ideas?
Thanks
Scott