Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error trying to call a function
Message
From
09/07/2000 12:31:18
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00389959
Message ID:
00389972
Views:
18
>I put this function in my stored procedures, i get an error when i try to call the program it says cant find feecalc.prg when it gets to this line in my code.
>this is a test program i wrote just to test the passing of varibales from this and back to this program.
>


If you mean that you put the function in the stored procedures of a database, then that database must be open and current for VFP to be able to find the function.

OPEN DATABASE Whatever

and

SET DATABASE TO Whatever
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform