
August 1st, 2003, 05:10 AM
|
|
Lifes a game! Play it well!
|
|
Join Date: Mar 2003
Posts: 55
Time spent in forums: 1 h 11 m 27 sec
Reputation Power: 6
|
|
|
FoxPro / OLE Control Question
Hi,
I have a text viewer that takes the contents of a database, places it in a text file and displays it in a OLE control.
However, when the text file is being generated from a database with lots of records, it is taking a while to display and giving the users the impression that the system has crashed.
Here is the code that is taking a while:
lc_text = filetostr(lc_filename) && This line is ok
olecontrol1.text = lc_text && This line takes a while
Does anyone please have any ideas that could help speed this up.
Thanks,
Simon
|