________________________________________________________________
FILENAME: CrystalVCL10.exe
Phone: (604) 669-8379
Fax: (604) 681-7163
Answers by Email:
http://support.crystaldecisions.com
For more information, visit us on the Web:
Crystal Reports
http://www.crystaldecisions.com/products/crystalreports
Product Information
http://www.crystaldecisions.com/products
Developer Zone
http://www.crystaldecisions.com/products/dev_zone
Technical Support
http://support.crystaldecisions.com
Training & Consulting
http://www.crystaldecisions.com/services/
Business Objects homepage
http://www.businessobjects.com
--------------------------
(c) 2004 Business Objects
________________________________________________________________
PRODUCT VERSION
This Component is for use with version 10.0 of Crystal Reports,
version 6 of Borland C++ Builder, and version 7 of Borland Delphi.
________________________________________________________________
DESCRIPTION
This is an update to the Delphi VCL Components (TCrpe and
TCrpeDS) for Crystal Reports 10.
________________________________________________________________
INSTALLATION
Installation of the components are done manually. Please
carefully follow the instructions below:
Unzip the files to the desired directory (due to the large
number of files included with the Crystal VCL components, we
recommend a separate directory for this purpose).
Delphi Installation
1. Open Delphi 7, and choose File|Close All to close any open
projects.
2. Go to the Tools menu and choose "Environment Options". In
the Environment Options dialog, choose the "Library" tab, and
edit the Library Path to include the Crystal VCL Delphi directory.
IMPORTANT: If there are any other paths in the Library path
that point to older Crystal VCL components, these must either
be removed, or the older component files must be removed,
otherwise the installation of the new components will fail.
3. Choose "File|Open" and load the "dcl7cr10.dpk" file (or
"vcl7cr10.dpk" if you are compiling the components for runtime
only and will not be compiling them into your application)
from the Delphi sub-folder.
4. When the DPK file is loaded, you should see a dialog with
some buttons at the top. Press the "Compile" button. When
compilation is finished, press the "Install" button (if you
are compiling the vcl7cr10.dpk, do not press "Install" as it
cannot be installed as a visual component). If you get an
error saying that the component cannot be installed because
it contains units which are already in use by another
component please check step 2 again (most likely there are
older Crystal VCL source files found in one of the Library
Paths).
You should get a message that TCrpe/TCrpeDS are now registered
(again, this does not apply to "vcl7cr10.dpk"), and the component
icons should appear on the "Data Access" tab of the Component
Palette.
C++ Builder Installation
1. Open C++ Builder 6, and choose File|Close All to close any open
projects.
2. Go to the Tools menu and choose "Environment Options". In
the Environment Options dialog, choose the "Library" tab, and
edit the Library Path to include the Crystal VCL Delphi directory.
The Delphi directory is required because the VCL is implemented
by the Delphi source code located in that directory.
IMPORTANT: If there are any other paths in the Library path
that point to older Crystal VCL components, these must either
be removed, or the older component files must be removed,
otherwise the installation of the new components will fail.
3. Choose "File|Open" and load the "cr10cvcl.bpk" file from
the Builder sub-folder.
4. When the BPK file is loaded, you should see the Package dialog.
Press the "Compile" button. When compilation is finished,
press the "Install" button.
If you get an error saying that the component cannot be installed because
it contains units which are already in use by another
component please check step 2 again (most likely there are
older Crystal VCL source files found in one of the Library
Paths).
You should get a message that TCrpe/TCrpeDS are now registered,
and the component icons should appear on the "Data Access"
tab of the Component Palette.
________________________________________________________________
RELEASE NOTES
1. This VCL is only intended to work with Crystal Reports 10.0.
If you are unsure of the version you have installed, please open
Crystal Reports Designer and go to the Help | About dialog.
Where the Product Version is listed, please make sure that the numbers
begin with 10.0. If not, please contact customer service at
+1.604.681.3435 to request a new CD.
2. This VCL is only intended to be used within Borland Delphi 7
and Borland C++ Builder 6.
3. This version of the Crystal VCL is an update to the
Crystal Reports 8.5 VCL, to make it compatible with
Crystal Reports 10.0. The Crystal Reports Print Engine
does not expose the new Crystal Reports 10 features,
and so the Crystal VCL is also unable to expose these
new features. Any reports designed in Crystal Reports 10
can be used with the Crystal VCL, but features that have
been added since Crystal Reports 8.5 cannot be changed
at runtime using the VCL.
Some of the version 9/10 features that cannot be controlled/modified from
the VCL include:
- Custom Functions
- Repository
- Templates
- Report Parts
- Gauge charts
- Gantt charts
- SQL Commands
4. This VCL is supported by Business Objects (please see
http://support.crystaldecisions.com/). However, Business Objects does
not intend to escalate any known issues through the Support Escalation
Process to be fixed in the patches.
5. The following Export Formats have been removed in
Crystal Reports 9:
- LotusWK1
- LotusWKS
- LotusWK3
- DIF
- Crystal Reports 7
6. ISSUE: TextObjects.item.Format.Paragraph.LineSpacingType:
Textobject disappears from report from preview window on
assignment to the property.
RESOULUTION: Value assigned to this property must be in inches
and not in points as specified in help (UCrpe32.hlp). So when the
number 10 is assigned to this property, it makes textbox blank
(too large). The correct value would be 0.1388.
7. The CDO database driver is not installed by default in Crystal Reports 9.x.
If a project uses TCrpeDS, the CDO database component may
need to be installed. To do this go to the Add/Remove Programs control
panel, choose Crystal Reports and press the Change button to activate
the Crystal Reports installer.
8. The TCrpeDS object, TCrDataSource, now implements COM reference
counting. If existing projects make use of this component, they should
use COM reference counting to manage the object's lifetime. I.e., use
AddRef once created and Release when no longer needed. The TCrDataSource
object will Free itself once the last reference is removed.
9. Obsolete Items Removed
- Bytes and Tag removed from Tables class
- TCrStoredProcParamType removed
- StoredProcParams and TCrpeStoredProcParamsItem classes
- TCrReportFormat
- CrpePath property
- TCrpeGraphData and TCrpeGraphOptions classes
- ColumnHeadings and TabularFormat removed from TCrpeExportExcel
- Changes to TCrpeExportPDF / TCrpeExportRTF:
UseOlderDll property was removed
- mdmCustom and PE_MAP_DM_CUSTOMRANGES removed from
MapStyle.DistributionMethod
10. New Items Added
- TCrExportDestination changed:
TCrExportDestination = (toFile, toEmailViaMapi, toEmailViaVIM,
toMSExchange, toLotusNotes, toApplication);
- TCrExportType changed
TCrExportType = (AdobeAcrobatPDF, CrystalReportRPT, HTML32,
HTML40, MSExcel, MSWord, ODBCTable, Records, ReportDefinition,
RichText, SeparatedValues, TabSeparatedText, TextFormat, XML1);
- TCrGroupType changed:
TCrGroupType = (gtOther, gtDate, gt
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录





































































































共 483 条
- 1
- 2
- 3
- 4
- 5


















普通网友
- 粉丝: 884
- 资源: 2万+
上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制

评论2