How to automate Crystal Report exports?
I don't know the exact terminology but I'm trying to download a file from a website which, i guess, runs ActiveX Crystal Viewer. I want to be able to hit the extract button and save it as a specific file format. Is that possible with Perl?
I don't know if this will help, but it is the object in the webpage:
OBJECT id=CRViewer codeBase="/rePortal_CrystalReportViewers10/ActiveXControls/activexviewer.cab#Version=10,0,0,280" classid=CLSID:A1B8A30B-8AAA-4a3e-8869-1DA509E8A011 width="100%" height="100%" VIEWASTEXT
PARAM NAME="EnablePopupMenu" VALUE="开发者_JAVA百科-1"
PARAM NAME="EnableExportButton" VALUE="-1"
PARAM NAME="EnableSearchExpertButton" VALUE="0"
There is a Win32::OLE::CrystalRuntime::Application Module that you should look at. It allows you to control Crystal Reports
You can automate Crystal exports with a number of tools on the market.
I recommend Report Runner @ http://www.reportrunner.com.
精彩评论