Themuppeteer
Programmer
Hello,
I have the following problem:
- I go to my db to get some date,
- I do my recordcmd.execute,
- this takes a while, and the user gets the impression
that the system is frozen.
I want to solve this by letting some sort of image
moving or somthing so that the user knows he has to be
patient because the system is busy.
I think I need to put my recordcmd.execute in a thread.
Is this the way to do this ? and how do I do this ?
Does anyone know another way ?
ps: I'm working with MsChart, and while you're waiting, the program shows a white screen (size of the Mschart). I've already tried hiding first and after loading showing it again but that still gives me that blank screen.
Thnx.