I'm talking about Export not Import and the code for the sub is missing in the CsvExport ( which is the include file for the export behaviour)
I've got it working by coping the following from the CsvImport and pasting into the CsvExport.
public sub SetEncloseField(param) if Ucase(param) = "SA" then EncloseField = "'" elseif Ucase(param) = "DA" then EncloseField = chr(34) end if end sub ----------------------------------------------------------------- BUT NOW I HAVE ANOTHER PROBLEM
When I click to download the file I get an error message saying Internet Explorer cannot open the file?? Any ideas?? Thanks |
|
|