Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'indexseek.prg' does not exist
Message
 
To
11/07/2009 04:40:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01411573
Message ID:
01411710
Views:
51
You get this error when code has been compiled in VFP 5. Since the function was unknown, VFP 5 generates a user defined function call with the name INDEXSEEK. VFP does not evaluate a function name at runtime to figure out if this is a native function or a user defined function. This happens exclusively at compile time once. Recompiling the code in VFP 6 or later will fix the problem.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform