Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code compiles and runs but build exe fails
Message
De
25/11/2002 14:21:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Code compiles and runs but build exe fails
Divers
Thread ID:
00726600
Message ID:
00726600
Vues:
38
I have a VFP6/SP4 program which compiles and runs from the IDE just fine. However, when I try to use the project window to build an EXE, I get an unresolved reference error.

Variable ax2 is the item it is complaining about in the following section of code:

copy to array ax2 fields &keyf
for i = 1 to alen(ax2)
n = ascan(xaxisv,allt(ax2[i]))
if n > 0
.
.
.


I can get around the problem by dimensioning ax2 before the copy but I'm worried that there is something else going on here...

Maybe I just worry too much.

Thanks for any obversations,
Pat
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform