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 19:23:09
 
 
To
20/07/1999 16:30:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00243640
Message ID:
00243904
Views:
20
>>>How do I print all the file names comtained in the project manager?
>>
>>Open the pjx file (it's a dbf!) and in the name memo field, you'll find the names of all the files.
>--------------------
>Hi Nigel...
>Thanks for your answer... do you know of another way...?

If you are using VFP 6, you can increment throught the files colleciton of hte project object...

FOR EACH oFile IN _VFP.Activeproject.Files
?oFile.Name
ENDFOR
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform