			FOXFIND.APP works on DOS and WINDOWS platforms.
This program is intented to let you find and replace strings in structured 
files. (other than source code file PRG,SPR,MPR)

You can find any string in any place (object, snippet...) 
in a Project (.PJX), a Screen (.SCX), a Label or Report (.FRX,LBX),
a DBF.

You can edit or/and replace while searching.

You can get a report in which you will find a list of all occurences 
of the searched string.

A list of last searches is recorded in OCCURS.DBF. You can keep it, or clear it.

Since Foxpro handles multiplatform screens and reports, you may 
indicate wich platform your are searching on.

Installation :

	   DO A:INSTALL.APP
	   or 
       Copy FOXFIND.APP in any directory (ex: C:\FOXPROW\FOXFIND ) .
       Copy PRG_WIN.DBF in FOXPRO's directory.
       Copy PRG_DOS.DBF in FOXPRO's directory.           

       Update PARAM.DBF
		     PATH_WIN   <path to foxfind.app for Windows>
			     PATH_DOS   <path to foxfind.app for Dos>
				 MACROS_WIN <macro file name>
				 MACROS_DOS <macro file name>
			 WHAT <the string your are looking for>
				 BY   <the string replacing WHAT>
				 PROJECT  <project path+name>
				 SCREEN   <screen path+name>
				 MENU   <menu path+name>
				 REPORT <report path+name>
				 PRG   <PRG path+name>
				 DBF <DBF path+name>
				 CODE <Registration code>


To launch :   DO FOXFIND.APP
      [ WITH  <file_name>,<look_for>,<replace_with>,<plateform>]
	     or 
	     do FIND.PRG

To customize :
   You can customize EDITUS.PRG, which is called by the EDIT control.
   EDITUS invokes the lookfor/replace function of FoxPro's editor.
   
(Ask for ALTO, our project generator)
