Running a report to a server¶
The run report command can be used in a Sculptor report program to output a report to a file located on a remote server.
This is indicated by a colon following the server name, so colons should not be used when running a report to a device name with a colon suffix, e.g. “PRN:”. The colon, which is not necessary, should be removed, or the device name will be taken to be a server. See Specifying a server in a pathname.
EXAMPLE
run report RepList to "server1:/usr/bill/replist.rtf" ppf = "winrtf"
RELATED TOPICS |