I have a solution, and a possible explanation.
The solution first. Delete some files in (for me)
C:\Users\Administrator\AppData\Roaming\Microsoft\Visual FoxPro 9
The ones called Refdef.* and RefFile.*
These files contain list of the files you have opened and where you 'were' in them etc. so when you reopen a file in the IDE it comes back where you were working before.
The snag is when you work on many projects with similar file names the CR process can't use an index to differentiate between the files, because the path is stored in a memo field - which can't be indexed - and takes an age to locate the right entry (I think).
Delete the files and you lose your defaults - like opening a project on a new PC - but at least CR whizzes through things.
B-)
Why does it only do this slooow dooown sometimes, dunno - perhaps it tidies up from time to time?
Regards
Griff
Keep [Smile]ing
There are 10 kinds of people in the world, those who understand binary and those who don't.