Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I read the project manager like I can the DBC
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00282195
Message ID:
00282347
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform