Do You Have Access To The Source Code?<br>
If No<br>
Game Is Over. Ignore the rest of this message<br>
endif<br>
<br>
Is Set Century On?<br>
if not add it.<br>
<br>
If the Customer wants to go to another program, Is VFP one of the programs. VFP6 will run all 2.5 code with the exception of report forms. <br>
<br>
To convert the 2.5 tables to to VFP6, Start VFP6 and <br>
Set Century on <br>
Set Exclusive on<br>
Open each table exclusive, <br>
Assign the code page,<br>
replace all (table.datefield) with (table.datefield) <br>
then reindex the table<br>
<br>
If there are a lot of tables, I have a program that you can run that collects the index information and places it into a table. From there I have a program that will index the databases with all new indexes from the index table. <br>
I also have a program that collects all the fields for all the tables in a directory and makes a data-dictonary out of it. From there you can find all the date fields. <br>
<br>
To convert the report forms, just open them up with VFP6 and let the convert program go from there. P.S. you have to convert the tables first. Hint, Run all the reports from the program after you convert them. VFP6 data enrivoments work differently then 2.5 . If after the report runs and the program crashs with closed table warnings, Reopen the report form and remove the tables from the Data Enviroment listing. As a rule I clear the Data Enviroment on all converted reports.<br>
<br>
The menus will work but will act a little different, You will also have to convert them. Again, just open them in VFP6 and the converter will do all the work.<br>
<br>
Create a new project in VFP6 add the main program and VFP6 will create a new application Windows can run. <br>
<br>
If you want the programs I mentioned Just E-Mail me.<br>
Good Luck with the convert.<br>
<p>David W. Grewe<br><a href=mailto

ave@internationalbid.net>Dave@internationalbid.net</a><br><a href= > </a><br>