I have a VFP 6.0 routine that would append an Excel file to a dbf file using the following command:
APPEND FROM filename TYPE XLS
For over a year this worked for all of the files that I received as Excel.
Then I began to get Windows Level Error Messages and the entire program would shut down on one of two computers. One of the computers continued to run the code without a problem but then it also started doing the same thing.
I was able to get it running again by change the DBF file structure, but then that solution stopped working.
I have tried the XL5 AND XL8 options also.
Right now I go to Excel and save the files as DBF and go from there.
Any Ideas??
APPEND FROM filename TYPE XLS
For over a year this worked for all of the files that I received as Excel.
Then I began to get Windows Level Error Messages and the entire program would shut down on one of two computers. One of the computers continued to run the code without a problem but then it also started doing the same thing.
I was able to get it running again by change the DBF file structure, but then that solution stopped working.
I have tried the XL5 AND XL8 options also.
Right now I go to Excel and save the files as DBF and go from there.
Any Ideas??