Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I read the project manager like I can the DBC
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00282195
Message ID:
00282347
Views:
27
Hi John.

>Thanks to all the helpful people on this site I learned about DBGETPROP(). Is there a similar command to read the project so I can do a report of all the forms and stuff that are in it?

If the project is open in the Project Manager (and you're using VFP 6), you can reference the active Project object. For example:
loProject = _VFP.ActiveProject
for each loFile in loProject.Files
    ? loFile.Name, loFile.Type
next loFile
Project objects are documented in the VFP Help.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform