Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get it all?
Message
From
25/06/1999 11:07:15
 
 
To
25/06/1999 10:35:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00233955
Message ID:
00233973
Views:
28
>Hello all,
>
>I would like to know what would be the best way to get all the methods and events that contains code in my project without doing it manually.
>
>Is there a quick way to do it? BTW I am working with VFP 3

Not that easy but once you build a little program to do it, I could work fairly fast.
You’ll have to hack into the project file ProjectName.PJX and Scan it. (open it as a table)

The ‘Name’ field contains a relative path + name of each file contained into the project.
Try opening each of them as a table file and trap the error since many of them are not tables which could not be opened lie .bmp, etc.
Use Afield() to create an array with fields and if the ‘properties’ and ‘method’ are in it, and are !empty() you got’ em.

Hope this helps

Regards

Oscar Corte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform