Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spell Checker Anyone ?
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01158500
Message ID:
01158730
Views:
32
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform