Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find what pulls a claslib into project?
Message
 
 
À
10/05/2010 11:12:48
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01463741
Message ID:
01463961
Vues:
55
>I know that macro-subbing can prevent a program being pulled in to the project manager. If I use macro-subbing in one case and directly call the routine elsewhere, will that prevent it too?

Any indirect call will hide a called program from the Project Manger, not just macro-substitution. For example
lcProgName = "Whatever"
DO (lcProgName)
Any direct call makes program known to the Project Manger regardless of any indirect calls

>
>I know referencing an array in a report will always generate an error during compilation or rebuilding, even if EXTERNAL ARRAY is used.

VFP cannot distinguish between array and function. If you would have a PRG with the same name it'll be pulled in.

>
>What other things would cause the project manager rebuild to fail to include a program?

I don't remember anything else that would prevent the Project Manger from pulling a program in.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform