Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Visual FoxPro Solutions Sample application includes a sample named "Track activities in a project" that demonstrates many of the new Project Manager hooks.
To run the Solutions Sample application
Enter the following in the Command window:
DO (HOME(2) + 'solution\solution')
-or-
- From the Program menu, choose Do.
- Choose the ...\Samples\Solution folder.
- Double-click Solution.app.
To run the "Track activities in a project" sample
- After starting Solution.app, double-click Projects.
- Click Track activities in a project and then click Run Sample.
The Track activities in a project sample allows you to open a project and then manipulate the project in any manner. Any changes you make to the project are stored in a table. When you close the project, you can view the changes you made to the project in a Browse window.
For more information about how the Track activities in a project sample works and to take a closer look at the code behind the sample, you can open the form used to create the sample.
To open the Track activities in a project form
- After starting Solution.app, double-click Projects.
- Click Track activities in a project and then click See Code.
Acttrack.scx, the form used to create the Track activities in a project sample, opens in the Form designer.
You might also want to take a closer look at the ProjectHook class library, Project_hook.vcx, that is assigned to the project you open in the Track activities in a project sample. Most of the code that is executed when project events occur is in the event procedures in this class library. Project_hook.vcx is located in the ...\Samples\Solution\Tahoe directory.
See Also
Project Object Architecture | Development Productivity Tools | Project Object Hierarchy