6254
Summary: |
Creating a new PDF document failed. |
---|---|
Cause: |
|
Remedy: |
open #255: "name=PDF:,PrintFile=@:Temp\Tmp.pdf,Replace,RecL=500",display,output ! Print the report here Close #255: execute "copy @:Temp\Tmp.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 "Temp". 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.
|