Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD25 Show all called proc/func from a given PRG/SPR
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00534240
Message ID:
00536838
Views:
8
This message has been marked as a message which has helped to the initial question of the thread.
>Thats a good idea but it required special effort, any ideas / pointer for an .APP that can be run simply. Read the SPR/PRG and find out calls (the DOs, ='s), scan those and find the do's etc.
>
>Regards
>Bhavbhuti

All you have to do it's create a project, add your program and build it. You can even write a program to do that
PARAM tcProgram, tcProject
BUILD PROJECT tcProject FROM tcProgram
As added benefit you can edit all programs directly from the project.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform