Copy Indexes, Copy Tag
These two commands let you convert between stand-alone IDX files and compound indexes. They seem most useful when converting an older application or when you need to maintain compatibility with other Xbase varieties.
Usage |
COPY INDEXES IndexesToCopy | ALL [ TO CDXName ] COPY TAG TagToCopy [ OF ContainingCDX ] TO IndexName |
Example |
USE Customer COPY TAG Company_Na TO MyComp && Create a stand-alone MYCOMP.IDX COPY TAG Customer_I to Id && Create a stand-alone ID.IDX * re-open with the IDXs USE Customer INDEX MyComp,id COPY INDEXES ALL TO MoreTags && Create a new CDX |
See Also |