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!

Removing Visual Sourcesafe References From A Visual Foxpro Project

VSS and VFP

Removing Visual Sourcesafe References From A Visual Foxpro Project

by  mdav2  Posted    (Edited  )
To remove all traces of visual sourcesafe 6.0 from a visual foxpro project do the following:

1) Delete all VSSVER.SCC files from the project directory

2) Delete the following files from project directory:

*.PJM Project files
*.VCA Class files
*.SCA Form files
*.MNA Menu files
*.FRA Report files

3) Remove SCCDATA from project file

- Open the project file (PJX) as a table using the WINDOW, DATA SESSION command.
- Find the SCCDATA column, it should have memo field data for every object
- Delete all the memo fields in the SCCDATA column
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top