Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help DBC Consitency Error
Message
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00437182
Message ID:
00437653
Views:
13
Hi Paul.

>Now they get further...but now it says it cannot find another cdx file. I am pretty sure it is scusyssi.cdx. This is a free table index. It is in SDT but as a free table. It seems to me that SDT isn't recreating the index for free tables is this correct?

SDT will recreate a free table's indexes, but only if you tell it to process free tables (as opposed to tables in your database). There are a few ways you can do that:

- Use oMeta.SetDatabase('') before calling Reindex.

- Call Reindex('!') or Reindex('!ALL') to display or reindex all free tables.

- My favorite: call Reindex('ALL!') or Reindex('ALL!ALL') to display or reindex all tables regardless of database.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform