6254: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
<nowiki>!</nowiki> Print the report here | <nowiki>!</nowiki> Print the report here | ||
Close #255: | Close #255: | ||
execute "copy @:Temp\Tmp.pdf Reports\TimeLogReport.pdf" | 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. | 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. |
Revision as of 15:22, 27 September 2016
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.
|