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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding a forms source code table

Status
Not open for further replies.

teering

Programmer
Nov 4, 2002
30
US
i am using vfp 7 and when i compile my app i get other forms
brought in from another project and can't seem to get rid of the problem by simply removing the forms from my new project
i don't remember how to get to the source code table of a form that stores all the information - can anyone help me?
thanks
teresa p.


Teresa Pickering
Professional Computer Services
 
The VFP Project Manager resolves dependencies in the source code when you do a build. When it resolves the dependencies it includes the source code (forms in your case) and adds them to the project.

The only way to stop this is to comment out or remove the DO FORM lines in the forms you need, that are calling the other forms.

_RAS
VFP MVP
 
If you are using VFP8 or later, you can utilized the CODE REFERENCES from the Tools menu to locate references to those forms. Then you will know where they are being called and can decide how to handle things from there.


Don


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top