Hello there.
Using BC 18.
I have a report that creates a file.
The file that gets created gets saved in the server that is running the service.
I want this file to save to the local computer.
Here is my code.
The 3 lines of code below create the file on the server's C -->Temp Drive.
OutputFileName:='C:\Temp\Test.txt';
OutputFile.CREATE(OutputFileName);
What am I doing wrong ? I need the file to go to the local computer running the Web client C->Temp Drive.