Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the code for this function?
Message
From
28/05/2002 18:41:33
 
 
To
28/05/2002 15:27:19
Eric Sedlacek
TTSS Interactive Products
Rockville, Maryland, United States
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00662141
Message ID:
00662218
Views:
15
You could use GOFISH.APP from downloads and have it search for every occurence of ADDREC in the project. It can look at every file in the PJX or a specified directory in case the actual function is embedded in a form, prg, VCX or MNX file. If each occurrance is a call to the function and not the procedure/function itself, it is not in the project. You may need to do a directory search for files named ADDREC*.* or files containing text ADDREC.

Another possibility: could ADDREC be a reference to an array element that is out of scope or undefined? Look at each reference to it and you can quickly tell if it is actually a function or array element.

In any event, GOFISH.APP is a very useful utility to have in your tool box when you are playing this FIND the ??? game.

HTH

Elmer
Previous
Reply
Map
View

Click here to load this message in the networking platform