Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

Run Crystal Reports from button



contact author | download help | add bookmark | view bookmarks
Author ESRI
File Name AS11280.zip
Language Avenue
Last Modified Jan 7 1999
Status of work Public Domain
Software ArcView GIS
File Size 2.42 kb
Downloads 3940

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This ZIP file contains 3 avenue scripts

AttachToButton.ave: code that will launch a Crystal Reports template report from a button on the View or Table GUI rather than from the Report Wizard. Before running this script, first design and save a report as "TemplateReport.rpt". When this script is run, a new output report file will be created called "MyReport.rpt". Note that the database file (TemplateReport.dbf) has the same name as the TEMPLATE report.

LaunchEXE.ave: After you have created a Crystal Reports executable file, you can launch it from a button or menu in a View or Table document using this script. You will need to change the database file name and report EXE file name to meet your needs.

Add3D.ave: If you have ArcView 3D Analyst and want to include a refreshed snapshot of your 3D Scene, you can insert this avenue code before the System.Execute line in LaunchEXE.ave.

These avenue scripts are samples and will need to be modified with your own path names, database file names, and report names. You must have ArcView GIS Version 3.1 and Crystal Reports installed for these scripts to function properly.