CHeighlund
Programmer
This probably has a blindingly obvious answer, but I'm having trouble thinking of what it could be.
I'm running a program that's getting a lot of information from a database, and while it's getting that information, the form window itself will take on the appearance of whatever was most recently on top of it...for example, if I were to open a webpage, whatever portion of the page was located over the form would still be visible, in the shape of the delphi form.
I'm assuming that this is because the form window is for some reason not refreshing itself while the database connection is running. This is because if I have something on the form that changes (memofields getting new lines from the data, progress bars counting out time, etc), those components, and only those components, will return to normal each time they get changed.
What do I need to make changes to in order to stop this behavior?
I'm running a program that's getting a lot of information from a database, and while it's getting that information, the form window itself will take on the appearance of whatever was most recently on top of it...for example, if I were to open a webpage, whatever portion of the page was located over the form would still be visible, in the shape of the delphi form.
I'm assuming that this is because the form window is for some reason not refreshing itself while the database connection is running. This is because if I have something on the form that changes (memofields getting new lines from the data, progress bars counting out time, etc), those components, and only those components, will return to normal each time they get changed.
What do I need to make changes to in order to stop this behavior?