Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find what pulls a claslib into project?
Message
From
10/05/2010 12:14:56
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01463741
Message ID:
01463967
Views:
43
>>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)
>
This I know. Forgot to mention.

>Any direct call makes program known to the Project Manger regardless of any indirect calls

Not always so. I have a small .PRG that is not being brought in despite direct calls and attempts at EXTERNAL. Others can repro.

>
>>
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform