Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Puzzling error
Message
De
03/01/2015 09:15:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01612975
Message ID:
01612985
Vues:
84
>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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform