6254
Summary: |
Creating a new PDF document failed. |
---|---|
Cause: |
|
Remedy: |
|
open #255: "name=PDF:, PrintFile=@:TempConvert\TimelogReport.pdf, replace, recl=500",display,output ! Print the report here Close #255: execute "copy @:TempConvert\TimelogReport.pdf Reports\TimeLogReport.pdf"
In this example, the "@:" causes the PDF file to be created on the client, in the clients Current Directory in a subdirectory called "TempConvert". In the copy command, the "@:" at the beginning tells BR to get the file from the Client computer, and the fact that there is no "@:" on the second parameter of the copy command tells BR that you're copying the file up to the server.