Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
External Procedure
Message
 
 
To
21/07/2006 14:12:43
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
01138658
Message ID:
01138676
Views:
11
>When I build my project, I get a "Unable to fine Prox/Func XYZ"
>I tried entering the following line of code before calling the procedure:
>open database MyData
>external procedure XYZ
>do XYZ
>I still get the error when building. No problem when executing.
>
>I would like to try:
>open database MyData
>do XYZ in
>The problem is, the procedure is in the stored procedures of the DBC.
>What would I use for ?
>Will that make the error go away?

Only by including database into the project (in exclude mode).
The other way is to include dummy file with function declaration.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform