Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I print all the file names in the project manager
Message
From
20/07/1999 16:48:29
 
 
To
20/07/1999 12:28:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00243640
Message ID:
00243831
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform