D
Daniel Man
Hi,
I've problem with opening and closing of forms. I have an
application with one main form, which displays list of
some database (xml data source) data. Another form is
designed for inserting and editing rows of datasource and
function of the last form is to show filtered list of
some other db table.
So the problem is: when i choose row in main form and
open editation form:
frmFault = new FrmFault(...);
frmFault.someMethod();
frmFault.ShowDialog();
and do some actions with device (for example incoming
phone call) the form is unexpectably closed.
Any suggestions?
Thanks a lot in advance.
Dan.
I've problem with opening and closing of forms. I have an
application with one main form, which displays list of
some database (xml data source) data. Another form is
designed for inserting and editing rows of datasource and
function of the last form is to show filtered list of
some other db table.
So the problem is: when i choose row in main form and
open editation form:
frmFault = new FrmFault(...);
frmFault.someMethod();
frmFault.ShowDialog();
and do some actions with device (for example incoming
phone call) the form is unexpectably closed.
Any suggestions?
Thanks a lot in advance.
Dan.