Hi,
I have a child MDI form. From it, I call a module, which runs a loop.
Just before the loop, I open a from with a progressbar on it, and during the loop the progressbar has to be filled. No problem with that though, but here is the problem.
During the loop, my "progressform" appears to be half transparant,i.e. I can see the mdi child form behind it and on the progressform, the labels are gone.
I tried to solve this making the progressform modal ( it is not a child form!), but then nothing happens because it really is a modal form, i.e. after the show cammand nothing happens, because you first have to close it to continue running the code?
How can i run my loop and have a small form with a progressbar on it running?
Thanks,
alain
