Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error : Illegal redefinition of variable
Message
From
24/07/2013 04:26:29
 
 
To
24/07/2013 04:04:34
Mk Sharma
Shrishti Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01579124
Message ID:
01579125
Views:
68
>Error Message: Illegal redefinition of variable ZURETVAL. Foxcode table not found, is not correct version or is incompatible.
>
>Showing error in below code:
>
>PUBLIC oldproduct, oldrinward, sale2edit, sale2add, zuretval, oareacode, oareaname, osmancode, osmanname, oaccode, oacname, ocompcode
>
>
>This Error appear on One computer only. On other computers working without any error
>
>
>Warm regards,
>mk.
Hi,

Dont use Public!
And if you cannot avoid
than dont use them

Show us the line of code where the error occurs "illegeal redefinition of variable ZuRetVal" Error(1960) Most probable you have a local statement where you have already declared ZuRetVal as public or local before.
It seems to me the error `Foxcode table not found, is not correct version or is incompatible.` Error(2042) is a different - second error

Regards,

Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform