Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spelling checking really slow
Message
 
 
À
30/10/2004 16:34:27
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00956184
Message ID:
00956248
Vues:
18
Michel,

What sort of system are you on speed and memory wise?

I replaced your loop with this code:
   FOR EACH loError IN loErrors
       debugout seconds(), loError.Text
   ENDFOR
I just got these results:
 34466.002 faiiled
 34466.052 sayd
 34466.082 Rorlf
 34466.102 billa
I'm on a P4m 2.5 with 512mb ram. Using OfficeXP the version according to help tags as 10.6612.6714 SP3.

This was also with your full code posted in the other thread. In general Office automation works much faster if te loWord is not visible. I get these results if loWord.Visible = .f.:
 34885.305 faiiled
 34885.325 sayd
 34885.355 Rorlf
 34885.375 billa
>But, this is extremely slow. There is about .25 second between each word that is being displayed. Is there a way to accelerate that? I thought I would get the list of words in a flash.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform