Problems:
1) I have a VFP DBF file with more than 20,000 records that I need to export it to an XLS file that will be emailed to client.
2) Client will only accept file in XLS format and single a workbook.
3) Server does NOT have VFP or Excel software loaded.
4) The process that builds the DBF runs automatically on an independant server using an EXE created from VFP 6.0.
5) Company will NOT upgrade to VFP 8.0, so it has to be done in VFP 6.0.
Currently, the process runs and creates the DBF file and then exports to a SYLK format file. I then manually copy the file to my PC and convert to XLS then copy back to the server, where I run the second half of the job to email to client. I would like to be able to setup the process so it will automatically create the XLS with all 20,000+ records in a single workbook and then email to client without any intervention by me.
Is this possible? Any help would be appreciated.
Thanks,
Dave1957
1) I have a VFP DBF file with more than 20,000 records that I need to export it to an XLS file that will be emailed to client.
2) Client will only accept file in XLS format and single a workbook.
3) Server does NOT have VFP or Excel software loaded.
4) The process that builds the DBF runs automatically on an independant server using an EXE created from VFP 6.0.
5) Company will NOT upgrade to VFP 8.0, so it has to be done in VFP 6.0.
Currently, the process runs and creates the DBF file and then exports to a SYLK format file. I then manually copy the file to my PC and convert to XLS then copy back to the server, where I run the second half of the job to email to client. I would like to be able to setup the process so it will automatically create the XLS with all 20,000+ records in a single workbook and then email to client without any intervention by me.
Is this possible? Any help would be appreciated.
Thanks,
Dave1957