Kind of. I'd rather create a hardcoded prg from the cdx The program examples ive seen so far don't handle ASCENDING, DESCENDIng, UNIQUE or FILTER ON
________________________________ From: M Jarvis <[email protected]> To: [email protected] Sent: Monday, September 24, 2012 4:58 PM Subject: Re: is there a program to create program to build index from a cdx? On Mon, Sep 24, 2012 at 1:44 PM, Michael Madigan <[email protected]> wrote: > I have several cdx's with many tags. > > Is there a program to take the indexes from the cdx file and build a .prg > file to delete the tags and start fresh? > So basically you want a a program to do a reindex on everything? I wrote something years and years ago to do that in a program of mine... vague but I think you use a combo of INDEX(), KEY() and/or TAG() to build the list. Store all that in a table as metadata and your reindex routine just process the table. Is that what you are wanting to do? -- Matt Jarvis Eugene, Oregon USA _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAPT54raRvoDLvtdstU==sa9c6w2yy1svjm_gjny0hfuenmm...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
