-
whitish window...
Hi friends...
I am fetching millions of records from MySQL database and writing record by record into a .csv file... While this process is happening, I have to display in my VB6 form the status of number of records copied to csv file... After the system started copying the records, the entire window became whitish (screen full of white in XP) and unable to minimize and maximize the window in win2000.. What will be the problem...?? SOS pls...??
Salai
-
Re: whitish window...
Put DoEvents in the loop somewhere, somewhere where its sure its going to get executed every time the loop reloops so to say.
And is this a PHP or a VB6 question?