FoxInCloud public layer for Visual FoxPro 9+
Over 1,000 general-purpose procedures and functions that any VFP deleloper can use for his/her own application(s).
Categorized by scope: Array, Data, Date, Development, Text, etc.
More details on http://foxincloud.com/OpenSource.php
1- Download this package anywhere you want;
however, if you plan to use FoxInCloud in the future, the recommended location is:
home(1) + 'tools\ab\'2- Rebuild aw.vcx from aw.vc2 using FoxBin2Prg
Somewhere in your initialization process, add:
set path to <where your FoxInCloud-AB package is installed> additive
do abThen use the procedures, functions and classes in your code as usual
Areas you may want to contribute:
- improve and/or extend code base
- localize documentation comments
For detailed information, see CONTRIBUTING.md @ https://github.com/FoxInCloud/FoxInCloud-AB/blob/master/CONTRIBUTING.md