I'm getting the following error in one of my screens,
Foxcode table not found, is not correct version or is incompatible.
This happens only in my EXE. Also it doesn't come always. I'm using the VFP
auto complete feature in my application and can this is be the reason?
Any thoughts would be helpfull.
Best regards,
Nadee
Foxuser is holding eg. infos on browse
options, you may turn usage of foxuser.dbf
off, by including a config.fpw file to your project
with the line RESOURCE=OFF. The table
will be located at the folder of the EXE and
be created at the first run. If it get's corrupted
you're having more problems than you profit
from it, so RESOURCE=OFF is a good
option.
Autocomplete feature is storing infos in a
table, which you can either define by
Textbox.AutoCompTable and in
HOME(7)+"Autocomp.dbf" as default.
that is within the users application data folder.
If you have many Textboxes, it's agood
idea to have many tables, not one only,
so make use of the AutoComTable feature.
Bye, Olaf.