VB 3.0 Crystal Reports Files to Distribute /w Your .EXE ProgramLast reviewed: July 20, 1995Article ID: Q110721 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, version 3.0
SUMMARYYou 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.
MORE INFORMATIONYou can run the Crystal Reports design environment in any of the following ways:
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.NOTES:
* 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."Visual Basic's run-time dynamic link library must also be distributed with any executable Visual Basic program:
VBRUN300.DLLIf you are making reports with ODBC, ODBC SQL Server, ODBC Oracle, Paradox, dBASE, or Btrieve, you will need to distribute additional database-specific files. See the REFERENCES section below.
REFERENCES
|
Additional reference words: 3.00 docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |