Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewing all code snippets

Status
Not open for further replies.

MorgyDogy

Programmer
Mar 25, 2003
20
0
0
US
Hi guys:

Is it possible to view in one screen/report all the code snippets that make up an application, I.E. form procedures, classes etc. in from one central location?
Are there any 3rd party tools that offer this enhancement?

 
MorgyDogy

Use the VFP's class browser, instead of opening a class, change it to your project and use the "View class code" button at the top toolbar. Word of warning this is "pseudo-code" not meant to "create" an application but rather to trace bugs etc... Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Thank you for the suggestion!
That is quite useful, but only half a solution.
I was wondering if all the snippet/procedures can be viewed and edited at once - ala VB and VBA in Access.
 
MorgyDogy

That is quite useful, but only half a solution.
I was wondering if all the snippet/procedures can be viewed and edited at once - ala VB and VBA in Access.


No there isn't.


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top