I/O error DOWNLOAD() function

Hi all,

hope some1 can help

TempExcelBuffer.CreateBook('Invoices Export');

vTmpFile:=TempExcelBuffer.RetrieveFileLocation;

CLEAR(C419);
vLocalFileLocation=C419.DownloadTempFile(vtempfile)



Im trying to

-Create excel book
-Get the tmp file created by a custom function "retrieveFilelocation"
-Pass to C419 so it gets me the file to client computer so I can attach. I get I/O error.

any ideas??
thx!
Sign In or Register to comment.