"The Best and the Oldest Data Base and Development Program."
Click here to view the
official web site
filePro
conference 2000 pictures
by Faisal Karim
The filePro mailing list
If you wish to subscribe the filePro mailing list, just send an email to the following address:
Enter "subscribe" in the subject section,
and
"subscribe filepro-list
end"
in the body section
The filePro FAQ list on hvcomputer.com
Freeware Utilities
Welcome to the filePro freeware utilities page. Here you
can download any of the programs I've written in the past. These programs are intended for
the experienced filePro developer.
Note: All programs mentioned here should run on DOS 3.3 or higher
and Win9x, maybe even on NT.
| CSF2fp | This utility transfers a Comma
Seperated file
(also called an ASCII delimited file) "f1","f2","f3" ...
"<CR/LF>" to a predefined filePro (KEY) file, in 1:1. Easier and much
faster than designing a new processing table using IMPORT ASCII R=\n F=, O="
C=" Recommendations for usage: 1) Assume the layout of the input file is new to you. Take a quick look at this file by any editor. You should then recognize the number of fields of each record, the length of each field and whether a field is numeric or just text. 2) Design a new filePro file with ddefine. Enter field
descriptions, field lengths and if it is numeric fill in the number of decimals (usually a
.0 or ,0). 3) Start CSF2fp. You will be prompted to select the input
file on current drive and then to select the target EMPTY filePro file. Click here to download CSF2fp.zip V 1.2, 8/13/96, 108.6 KB |
| fCopy | When you have filePro running on a network and you wish
to copy a filePro file to another (local) location and grab for XCOPY or NCOPY you'll
propably have met something like: -xxxx: File in use- or -access denied- or something like that. Now you will propably go yelling to users to lay off the file(s) they are working on so you can copy the key file. But there's another way... Try fCopy! fCopy tries to copy all records (deleted records are
skipped) of a filePro KEY file of your choice to another location you want. When fCopy
gets to the portion of the file which at that moment is being updated, it waits until the
user(s) let go of the record(s).
Click here to download fCopy.zip - V 1.3, 7/10/96, 40 KB |
| fp2dBase | With fp2dBase you can transfer your filePro KEY
file to a dBase III compatible file - Fast! It's possible to transfer the file when users are actually updating records. This program is semi-menu driven. This means that it's possible to run fp2dBase from the command line without interaction. This way fp2dBase can be implemented in batch processing (.BAT files), or even within filePro processing tables! How to use fp2dBase Download the ZIP file by clicking the link below. Start fp2dBase.exe. You'll notice that fp2dBase will show you all available filePro files within the current environment. Select the filePro file you wish to transfer by moving
the highlight bar to the file name and press <ENTER>. Then, select fields to transfer, and rename target field names if necessarry, and include or exclude record's system fields @CD/@UD/@BD. Command line options:
Click here to download version 1.14f of fp2dBase.zip (jan 17, 1997, 36kB) |
| fp2db2 | Transfer filePro data file to a dBase
III compatible file. How to use fp2db2 You have to pass 3 command line parameters to fp2db2: <dBase_file> <location_of_data_segment> and <target_dBase_file> Preparations: Create a (new) dBase III file (<dBase_file>) with the same number of fields as your filePro data segment. The field lengths in the target dBase file should also equal the filePro field lengths. Save this file to a location of you convenience. The first parameter to fp2db2 is the name of this dBase 'header' or preferrably named as definition file. The second parameter is the exact location of the data file, i.e. c:\filepro\users\data. The third parameter is the filename of the target dBase database. Click here to download fp2db2.zip - V 1.0, 6/17/96, 30 KB. |
| fpCheck | I wrote this utility to make filePro file properties
visible in just a single snap, rather than jumping around all filePro menu items. This
program shows properties and file status which are unavailable for the programmer when
using the filePro menus. When you run the program from the DOS command line with a specified filePro file passed as parameter, the program: - Shows the physical and logical record size of the file
(use option /V) Click here to download fpCheck.zip (feb 8, 1996, 25kB) |
| lockfile | Clean up all filePro lockfile files, just like dprodir
does. It also cleans up Qualified lockfiles (lockf<qualifier>). Click here to download LockFile.zip - V 3.11b, 6/17/96, 22 KB. Click here to download the updated file lockfile32.zip - V3.2 30/7/2000 14kB Note: this 3.2 version works with fp versions 4.1 - 5.0
|