Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code compiles and runs but build exe fails
Message
From
25/11/2002 14:21:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Code compiles and runs but build exe fails
Miscellaneous
Thread ID:
00726600
Message ID:
00726600
Views:
34
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
Next
Reply
Map
View

Click here to load this message in the networking platform