Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Puzzling error
Message
From
03/01/2015 09:15:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01612975
Message ID:
01612985
Views:
85
>Hi everybody,
>
>I am trying to figure out where this error "Error number: 12
>
>Variable 'TCSIGID' is not found." is coming from.
>
>I already searched the project for tcSigId variable - there is no such variable in the whole project. I can not find this variable in the report either.
>
>I tried tracing the code but was able to print OK using development version.
>
>So, I am wondering what can I do to figure out where this error is coming from and fix it.
>
>Thanks in advance.

Make sure you are searching in the correct project, and the correct project version. You may want to recompile, to make sure you are working with an EXE based on the project you are looking at.

Try to find out when the error occurs - for example, in which form - to narrow down the scope of the problem.

It is possible that a variable is "made up on the fly", with code like (for example) the following:

myVariable = "tc" + lcFieldName && I am assuming that lcFieldName is TCSIGID in this case...
anotherVariable = &myVariable
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform