I am working on converting a foxpro 2.6 system to vfp 6.0. One of the problems we are running into is creating a conversion program to move a large amount of user-created reports (anywhere from 150 to 500+) from 2.6 to 6.0. The reports are currently stored in memo fields in a reports table. We have found that we can convert them OK by just opening the report in the Visual development environment and then closing them again, but this is a system that is deployed on 400+ systems around the country that don't have access to VFP. We need to find a way to programmatically convert the reports. Any help would be appreciated.