Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread .ExportTable (Skylark?)
Tue, Mar 6 2007 12:12 PMPermanent Link

thad
I'm using this method
 FCapturedData.ExportTable(FCompPath + 'filename.csv',',',true,nil);

And when I double click on the .CSV file. I get an message from Excel:


"Excel has detected that "filename.csv" is a SYLK file, but cannot load it. Either the files has erros or it is not a SYLK file format. Click ok ..."

Do you know what's up with this?
Tue, Mar 6 2007 12:16 PMPermanent Link

thad
thad <thollingsworth@paychex.com> wrote:

I'm using this method
 FCapturedData.ExportTable(FCompPath + 'filename.csv',',',true,nil);

And when I double click on the .CSV file. I get an message from Excel:


"Excel has detected that "filename.csv" is a SYLK file, but cannot load it. Either the files has erros or it is not a SYLK file format. Click ok ..."

Do you know what's up with this?


I do this all the time. I did a search, and found out what it was, sorry for the excessive posting  Smile

If the first two characters are ID, it does this, Bravo!
Image