惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
Jina AI
Jina AI
B
Blog
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
腾讯CDC
C
Check Point Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
罗磊的独立博客
B
Blog RSS Feed
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 叶小钗
M
MIT News - Artificial intelligence
GbyAI
GbyAI

博客园 - 斌哥

ORACLE 10g下载地址 ORACLE 10g 64位下载地址 使用poi读写excel文件 安装oracle,创建并启动oracle实例(创建克隆数据库,进度条在45%)就进行不下去了 利用Oracle分析函数实现多行数据合并为一行 修改windows server 2008 时间和日期格式 IIS配置后显示错误 SQL server2000数据库备份和还原语句 SQL Server 2008 下载地址(微软官方网站) 福州 Flex 瑞研QQ群:138571223 RIADEV-福州 please verify the preference field with the prompt:Tomcat JDK name flex论坛 使用SQL Server 2008提供的表分区向导 Flex打印 Microsoft Visual Studio 2010 旗舰版下载地址 下载最新Silverlight 5 Beta客户端 oracle数据库导入导出命令! Socket通信:服务端发送安全策略到flash(c#) 用C#创建Windows服务(Windows Services) Microsoft Silverlight 4 Tools for Visual Studio 2010 下载地址
fastreport 3的安装步骤
斌哥 · 2012-08-07 · via 博客园 - 斌哥

安装前请删除原有的FR控件。

1. “Tools|Environmet options…”中的”Library”标签面下”Library path”添加FastReport路径。
FastReport\FastQB

FastReport\FastScript
FastReport\Source
FastReport\Source\BDE

FastReport\Source\ADO

FastReport\Source\IBX

FastReport\Source\DBX
FastReport\Source\ExportPack

2. 生成汉化文件
运行”recompile.exe”文件,设置相应选项,我的设置如下:
1.Select the compiler 设置为 Delphi7
2.Select the FastReport Version 设置为 Enterprise

3.Select the TeeChart version 设置为 TeeChartStd

4.What you want to do 下的 Change language To: 设置为 Chinese (这个还用说)

3. 编译运行包(其它版本的Delphi选择相对应的文件编译)
- FastReport\FastQB\fqb70.dpk

- FastReport\FastScript\fs7.dpk
- FastReport\FastScript\fsDB7.dpk
- FastReport\FastScript\fsBDE7.dpk
- FastReport\FastScript\fsADO7.dpk
- FastReport\FastScript\fsIBX7.dpk

- FastReport\Source\frx7.dpk
- FastReport\Source\frxDB7.dpk
- FastReport\Source\ADO\frxADO7.dpk
- FastReport\Source\BDE\frxBDE7.dpk
- FastReport\Source\IBX\frxIBX7.dpk
- FastReport\Source\DBX\frxDBX7.dpk
- FastReport\Source\ExportPack\frxe7.dpk

4. 复制以下文至Windows\System32目录下
- fs7.bpl
- fsDB7.bpl
- fsBDE7.bpl
- fsADO7.bpl
- fsIBX7.bpl
- frx7.bpl
- frxDB7.bpl
- frxADO7.bpl
- frxBDE7.bpl
- frxIBX7.bpl
- frxDBX7.bpl
- frxe7.bpl
如果你的Delphi7没有修改环境变量那么这些文件默认是在\Borland\Delphi7\Projects\Bpl目录中。
这一步我没有做,因为个人感觉复制不复制效果都是一样的。只要程序能找到这些文件就行了!

5. 编译并安装以下文件
- FastReport\FastScript\dclfs7.dpk
- FastReport\FastScript\dclfsDB7.dpk
- FastReport\FastScript\dclfsBDE7.dpk
- FastReport\FastScript\dclfsADO7.dpk
- FastReport\FastScript\dclfsIBX7.dpk

- FastReport\Source\dclfrx7.dpk
- FastReport\Source\dclfrxDB7.dpk
- FastReport\Source\ADO\dclfrxADO7.dpk
- FastReport\Source\BDE\dclfrxBDE7.dpk
- FastReport\Source\IBX\dclfrxIBX7.dpk
- FastReport\Source\DBX\dclfrxDBX7.dpk
- FastReport\Source\ExportPack\dclfrxe7.dpk

--------------------------------------------------------------------------

这是我的安装步骤:

1. “Tools|Environmet options…”中的”Library”标签面下”Library path”添加FastReport路径。
FastReport\FastQB

FastReport\FastScript
FastReport\Source
FastReport\Source\BDE

FastReport\Source\ADO

FastReport\Source\IBX

FastReport\Source\DBX
FastReport\Source\ExportPack

2. 编译并安装以下文件
- FastReport\FastScript\dclfs7.dpk
- FastReport\FastScript\dclfsDB7.dpk
- FastReport\FastScript\dclfsBDE7.dpk
- FastReport\FastScript\dclfsADO7.dpk
- FastReport\FastScript\dclfsIBX7.dpk

- FastReport\Source\dclfrx7.dpk
- FastReport\Source\dclfrxDB7.dpk
- FastReport\Source\ADO\dclfrxADO7.dpk
- FastReport\Source\BDE\dclfrxBDE7.dpk
- FastReport\Source\IBX\dclfrxIBX7.dpk
- FastReport\Source\DBX\dclfrxDBX7.dpk
- FastReport\Source\ExportPack\dclfrxe7.dpk

一个一个的做,就可以安装成功了;