Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I print all the file names in the project manager
Message
De
20/07/1999 16:48:29
 
 
À
20/07/1999 12:28:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00243640
Message ID:
00243831
Vues:
27
Hi Robert.

>How do I print all the file names comtained in the project manager?

If you're using VFP 6, open the project, then spin through the _VFP.ActiveProject.Files collection. For example:

for each loFile in _VFP.ActiveProject.Files
? loFile.Name
next loFile

If you're using VFP 5 or earlier, you'll have to do what Nigel suggested.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform