I have inhertied a dbase IV program, on the whole well written with with a couple of bugs, one of which is getting to me !!
The programmer had (sensibly) set up a menu option to reindex the mdx file. But it crashed with "file already open"
I tried running the reindex file from the dot prompt as follows
close all
use <main dbf.
close index
reindex
this either
a) crashes on the first index tag build with "file already open"
or
b) sometimes on the second tag (same message)
I get the same from within the command center
each time it crashes I lose the index it was working on & have to rebuild manually!!
I am getting typers cramp!
how can I get this to work?
any ideas?
Simon
The programmer had (sensibly) set up a menu option to reindex the mdx file. But it crashed with "file already open"
I tried running the reindex file from the dot prompt as follows
close all
use <main dbf.
close index
reindex
this either
a) crashes on the first index tag build with "file already open"
or
b) sometimes on the second tag (same message)
I get the same from within the command center
each time it crashes I lose the index it was working on & have to rebuild manually!!
I am getting typers cramp!
how can I get this to work?
any ideas?
Simon