VB 3.0 Crystal Reports Files to Distribute /w Your .EXE ProgramID: Q110721
|
You cannot distribute the CRW.EXE file to other users. CRW.EXE is the
Crystal report-designer environment for making custom reports.
To distribute custom reports that you made using CRW.EXE, add a Crystal
Custom Control to your program. You can attach your custom report to the
Crystal Custom Control by using the ReportFileName property. Visual Basic
can compile that program into an executable .EXE file. If you want to
distribute that program to other people who do not have Visual Basic
version 3.0 installed, you need to include additional files listed in the
More Information section below.
For an example showing how to use the Crystal Custom Control, run the
CRVBXSAM.MAK sample project located in the Report directory in Visual
Basic.
You can run the Crystal Reports design environment in any of the following
ways:
x = Shell("CRW.EXE")
CRYSTAL.VBX Crystal Custom Control file
CRPE.DLL Interface to the print engine.
COMMDLG.DLL Printer and file selection dialog box routines.
CRXLATE.DLL Only needed if your program uses ToWords() function.
* PDIRJET.DLL Crystal engine DLL.
* PDBJET.DLL Crystal engine DLL.
* MSAJT110.DLL Microsoft Access engine DLL.
* MSAES110.DLL Microsoft Access engine DLL.
** MSABC110.DLL Microsoft Access engine DLL.
** CTL3D.DLL Microsoft Access engine DLL.
VB.INI Visual Basic initialization file.
* Files marked with one or two asterisks should be added to the list on
page 582 in the "Visual Basic Version 3.0: Programmer's Guide."
** Files marked with two asterisks need to be added to the list in
Appendix A of the "Crystal Reports for Visual Basic User's Manual."
VBRUN300.DLL
Additional query words: 3.00 docerr
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: June 8, 1999