Sharon,
As for your second question,
fsd5858 said:
If I convert it what language whould be the cleanest conversion?
I would suggest that you take a look at Visual FoxPro 9.0 - a modern visual object-oriented language, suitable for procedural programming as well. It's the latest version by Microsoft - but they said it will be the last one of the kind. As far as I can remember, it is supported through 2010, with extended support through 2015 - but hey, we use a lot of things well past the support end date.
I am partial to VFP, it is a great language, and a very good transition for any dBase family application. It's very likely that some of the programs handling business logic you can keep nearly intact, with minor corrections, and it's easy to transfer the tables (most likely, they will open as they are under VFP) - but you will have to recreate forms, menues, etc.
I've also seen a suggestion that PHP is a good conversion language for Clipper programs, but I cannot comment on this, I am not familiar with it.
Take a look at these older threads:
thread288-1184854
thread288-1193174,
and see if they are of any help.