Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is the code for this function?
Message
De
28/05/2002 18:41:33
 
 
À
28/05/2002 15:27:19
Eric Sedlacek
TTSS Interactive Products
Rockville, Maryland, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00662141
Message ID:
00662218
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform