Data Dictionary Maker for Codebook 

This routine will populate your CODEBOOK Data Dictionary
based on DBF's in a given directory.

Please send questions, problems, difficulties, pertinent points,
facts of interest, quotable quotes, humorous annecdotes, comments
and remarks to:

*********************************
* Author:       Calvin I. Fabre 
*               Anatek, Inc.           
*               CIS: 75010,1001        
*               (713) 785-8688         
*********************************

Syntax:         DO datadict.spr 

ASSUMPTIONS:

1.      All datafiles used by your application are in a single Directory
	as in the case of most CODEBOOKers DBFS\
	

DIRECTIONS: (optional)

1.     Use the first Locate button to find your 'datadict.DBF'.
2.     Use the second Locate button to find your 'DATA' directory.
3.     If you have english names already assigned to datadict.cTag they stay.
4.     Select 'OK' to begin file processing.

*Note:  If you have a FOXUSER.DBF in your DATA directory you may 
	need to do a SET RESOURCE OFF so that it does not get processed.
	I have not written anything to trap for this.  Sorry...

CREDIT: I have built this routine on a routine I downloaded from FOXFORUM
	called MAKEDICT.PRG.  

