ASKER
ASKER
Visual FoxPro (VFP), and its predecessor FoxPro, is a data-centric, object-oriented, procedural, database programming language and IDE from Microsoft last released in 2007 that still has some active use due to its low cost of deployment and fairly rapid development. In 2008, Microsoft released a set of add-ons for VFP's xBase components to allow interoperability with various Microsoft technologies. It allows data processing against its native file-based data tables or database servers such as SQL Server.
TRUSTED BY
If your app uses SET DELETED ON setting then the Candidate index should contain FOR clause:
INDEX ON STR(AccYear,4)+CurrCode TAG YearCurr FOR !DELETED() COLLATE "Machine" CANDIDATE
It will avoid problems with "invisible" duplicities.