B
Bob
Hi,
I am having trouble seeing how this bolts together.
The UI starts a process which involves a long running database update.
All Database activity is handled by a class called DT.
DT has a progress event.
So I added a bw to the form. The Dowork Calls a method which instantiates a
DT and calls its Dataprocessing method.
I can't see how to bubble progress up from the DT event to the Form.
If I am on the right track here , the bw will handle the DT event (How?) ,
then it will raise its own ProgressChanged Event. The UI handles the bw
ProgressChanged Event and updates the progress bar.
Thanks in Advance.
Bob
I am having trouble seeing how this bolts together.
The UI starts a process which involves a long running database update.
All Database activity is handled by a class called DT.
DT has a progress event.
So I added a bw to the form. The Dowork Calls a method which instantiates a
DT and calls its Dataprocessing method.
I can't see how to bubble progress up from the DT event to the Form.
If I am on the right track here , the bw will handle the DT event (How?) ,
then it will raise its own ProgressChanged Event. The UI handles the bw
ProgressChanged Event and updates the progress bar.
Thanks in Advance.
Bob