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!
0