Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Foxcode table not found, is not correct version or is incompatible.

918 views
Skip to first unread message

MeAgin

unread,
Oct 2, 2006, 5:42:55 AM10/2/06
to
Hi al,

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


Olaf Doschke

unread,
Oct 2, 2006, 6:11:57 AM10/2/06
to
> Foxcode table not found, is not correct version or is incompatible.
Are you sure it isn't Foxuser?
Foxcode is holding intellisense information
and is normally not needed at runtime.

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.

0 new messages