I have an application that generates IDX files via C++ using CodeBase,
but I need to change this around a bit. I need the IDX files to be
created by VFP 9 at the same time the tables get generated/loaded, but
when I do this CodeBase won't open them anymore.
I am creating the indexes via "INDEX ON <fieldname> TO <tablename>.IDX
COMPACT".
The table I am indexing is part of a database, so has long field names,
so the field name I am indexing on is 13 characters long, if that is an
issue.
The orignal CodeBase stuff was developed by someone else a few years
ago, and appears to have done with version 6.5, though I don't know the
release number.
Any tips?
Thanks.