Just wanted to stop in and say thanks for the responses. So far I wrote some classes to read in the filepro map and key files and then put them in a database. The problem is, its sort of slow and we have to do it as a batch process which is a pain on some of the larger filepro databases.
Right now I am trying to interpret the index files and make some PHP classes to be able to quickly pull index records and then be able to grab the data from the key file based on the record number. I have some questions about how the index file data is stored that I will be making another post on. So feel free to check that out in a few moments
