F
Frank
I have made an application that loads data through an
OleDbDatareader. I would like the user to be able to
interupt the load.
Now, I could of course include an interrupt button in the
form. However, once the load starts program excution will
be in the object of my dataload class. And so I suspect
that the users interaction with an interrupt button
(which could set a flag in the load object) will not be
handled.
Instead of a lot of experimenting, I thought that I would
ask for some hints, from those who might already know how
to do this.
Regards,
Frank
OleDbDatareader. I would like the user to be able to
interupt the load.
Now, I could of course include an interrupt button in the
form. However, once the load starts program excution will
be in the object of my dataload class. And so I suspect
that the users interaction with an interrupt button
(which could set a flag in the load object) will not be
handled.
Instead of a lot of experimenting, I thought that I would
ask for some hints, from those who might already know how
to do this.
Regards,
Frank