DarkTraveller
Technical User
Good Morning All.
I have a new take on an old subject.
I have made a simple batch file that will call up a Crystal Report on our RAS server, and deliver it to my desktop every morning at 8:00am via the Scheduled Tasks in the Control Panel. (The major point of this is to prove that the RAS server is up and delivering reports. This is mostly for my own interest.) The batch file looks like this:
@echo off
@start
This particular report does need user input to define a parameter field.
Question: - How can I enter that parameter field through the batch file and then have the report sitting on my desktop?
Question: - How can I edit the batch file so that I can access reports that need a user ID and Password to view them?
Question: - How can I then sent that report to my printer?
I know that this is a familiar sounding question. My background is as an application programmer, and I have been tasked with monitoring the Crystal Reports here. I am using this as an instructive diversion
....also, I can be pretty lazy too.
As always, any and all assistance is appreciated.
-D.
I have a new take on an old subject.
I have made a simple batch file that will call up a Crystal Report on our RAS server, and deliver it to my desktop every morning at 8:00am via the Scheduled Tasks in the Control Panel. (The major point of this is to prove that the RAS server is up and delivering reports. This is mostly for my own interest.) The batch file looks like this:
@echo off
@start
This particular report does need user input to define a parameter field.
Question: - How can I enter that parameter field through the batch file and then have the report sitting on my desktop?
Question: - How can I edit the batch file so that I can access reports that need a user ID and Password to view them?
Question: - How can I then sent that report to my printer?
I know that this is a familiar sounding question. My background is as an application programmer, and I have been tasked with monitoring the Crystal Reports here. I am using this as an instructive diversion
As always, any and all assistance is appreciated.
-D.