Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spell Checker Anyone ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01158500
Message ID:
01158730
Vues:
33
Hi John,

Just so everyone else understand some of the compatibility issues with using the spell check outside of VFP 9.0.

From my email to you:

The signature for the ALINES() function is different now in VFP 9. Note the 3rd parameter in the VFP 8.0 ALINES vs the nFlags parameter in VFP 9.0 ALINES. So anyways, you will need to write a function to replace the ALINES function and give you same capability of nFlags = 16 for the VFP 9.0 version. There is probably other VFP 9.0 specific code in the project, however it would be a good backward port of the spell check if you were to do this and got it working in VFP 8.0.

VFP 8.0
ALINES(ArrayName, cExpression [, lTrim] [cParseChar, , ,cParseChar])
VFP 9.0
ALINES(ArrayName, cExpression [, nFlags] [, cParseChar [, cParseChar2 [, ...]]])
>Thank you Frank, looks good but I can't get it running at this point due to an array not initialising for some reason
>John
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform