AC3.6 - how to script printing a report to a file?
AC3.6 - how to script printing a report to a file?
(OP)
I need to have some reports available for users who have no access to AssetCenter. I'm thinking of writing a script that prints these reports to a file when certain records are updated. The function AmActionPrintTo allows you to specify a printer, but how do you specify a file? (actually I prefer to have these reports available as Excel or .csv files. My users wouldn't need Chrystal Reports. But I don't see an easy way to do it.)
RE: AC3.6 - how to script printing a report to a file?
You can write to a file from with AssetCenter, therefore you could, and I often do, write csv files for users so they can use the data extracted to build their reports without needing to use AssetCenter.
Email me with more details and I'll take a look it.
thomaj3@hotmail.com
Jason Thomas
AssetCenter Consultant
Jason Thomas Consultancy Limited
RE: AC3.6 - how to script printing a report to a file?
http://www.rainforestnet.com/crexport-download.htm.
It makes it possible to access Crystal Reports with an extensive commandline. I'm thinking of installing Crystal, the reports and this tool on a server, and scheduling it, bypassing AssetCenter alltogether.