捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
 
广告
评论:FastReport Enterprise v3.07 零售版
nmbmzg 14828 2005/5/16 14:41:25
什么地方有破解后的for bcb 版?
jackj 12225 2005/1/28 13:46:33
打印时,还是显示‘fastreport-unregistered version’
icyf 11763 2005/1/15 9:59:00
Preview后按上面的打印后窗口不能得到焦点,你们有没有这个问题?我从官方下的3.09试用版则没有这个问题
ldhlyh 11548 2005/1/10 12:39:23
出現錯誤提示:需要fs9.dcp
ldhlyh 11525 2005/1/10 9:36:09
有誰在DELPHI 2005環境下安裝成功過!
bluespark 11510 2005/1/10 0:34:35
这个应该不是企业版,没有Enterprise的Components : TfrxReportServer, TfrxReportClient, TfrxServerConnection, TfrxHTTPClient
nbadjack 11420 2005/1/8 0:55:29
TABLE OF CONTENTS

I.   Introduction
II.  Manual installing of the FastReport packages
III. Recompiling FastReport Basic Edition and Standard Edition packages
IV.  Recompiling FastReport Pro Edition and Enterprise Edition packages

----------
I. Introduction

FastReport comes with precompiled *.dcu, *.bpl, *.dcp files. Installation
program puts the runtime packages to the system folder and installs other
packages into the Delphi. You don't need to install anything manually.
However, if you change FR sources, change the language resources, or have
another version of TeeChart, IBX or any standard Delphi components, you'll 
need to recompile FR packages.

FastReport includes several packages, divided into runtime and design-time
parts. Design-time packages have 'dcl' prefix in the package name. Each 
package has a number, corresponding to the Delphi version. For example,
dclfrx4.dpk is a design-time package for Delphi4. Here is a list of
runtime packages used by FastReport3 ('*' denotes a Delphi version):

fs*.dpk     - FastScript, main package
fsDB*.dpk   - FastScript, DB classes and controls
fsBDE*.dpk  - FastScript, BDE components
fsADO*.dpk  - FastScript, ADO components
fsIBX*.dpk  - FastScript, IBX components 
frx*.dpk    - FastReport, main package
frxDB*.dpk  - FastReport, TDataSet wrapper (TfrxDBDataSet)
frxIBO*.dpk - FastReport, IB_Objects wrapper (TfrxIBODataSet)
frxBDE*.dpk - FastReport, end-user BDE components
frxADO*.dpk - FastReport, end-user ADO components
frxIBX*.dpk - FastReport, end-user IBX components
frxDBX*.dpk - FastReport, end-user DBX components
frxe*.dpk   - FastReport, export filters

Design-time packages are:

dclfs*.dpk
dclfsDB*.dpk
dclfsBDE*.dpk
dclfsADO*.dpk
dclfsIBX*.dpk
dclfrx*.dpk
dclfrxDB*.dpk
dclfrxIBO*.dpk
dclfrxBDE*.dpk
dclfrxADO*.dpk
dclfrxIBX*.dpk
dclfrxDBX*.dpk
dclfrxe*.dpk

----------
II. Manual installing of the FastReport packages

Perform the following steps if you want to install FastReport packages
manually.

Step 1. Copy runtime packages to System folder
- close Delphi
- copy \Lib\fs*.bpl file (* = your Delphi version) to Windows\System32
  (Windows\System for Windows 95/98/ME)
- copy \Lib\fsDB*.bpl file to Windows\System32
- copy \Lib\fsBDE*.bpl file to Windows\System32
- copy \Lib\fsADO*.bpl file to Windows\System32
- copy \Lib\fsIBX*.bpl file to Windows\System32
- copy \Lib\frx*.bpl file to Windows\System32
- copy \Lib\frxDB*.bpl file to Windows\System32
- copy \Lib\frxBDE*.bpl file to Windows\System32
- copy \Lib\frxADO*.bpl file to Windows\System32
- copy \Lib\frxIBX*.bpl file to Windows\System32
- copy \Lib\frxDBX*.bpl file to Windows\System32
- copy \Lib\frxe*.bpl file to Windows\System32

Step 2. Install packages
- in the Delphi IDE, select "Component|Install Packages..." menu item
- press "Add..." button and select \Lib\dclfs*.bpl file (* = your Delphi version)
- press "Add..." button and select \Lib\dclfsDB*.bpl file
- press "Add..." button and select \Lib\dclfsBDE*.bpl file
- press "Add..." button and select \Lib\dclfsADO*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfsIBX*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfrx*.bpl file
- press "Add..." button and select \Lib\dclfrxDB*.bpl file
- press "Add..." button and select \Lib\dclfrxBDE*.bpl file
- press "Add..." button and select \Lib\dclfrxADO*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfrxIBX*.bpl file (D5+)
- press "Add..." button and select \Lib\dclfrxDBX*.bpl file (D6+)
- press "Add..." button and select \Lib\dclfrxe*.bpl file

Step 3. Add paths to library path
- in the Delphi IDE, select "Tools|Environmet options..." menu item
- go "Library" tab, "Library path" edit box
- add path to "FastReport 3\Lib" folder
  
----------
III. Recompiling FastReport Basic Edition and Standard Edition packages

Perform the following steps if you want to recompile FastReport packages.

Step 0 (for FastReport Basic Edition only)
- open the FastReport 3\Lib\frxReg.inc file and uncomment the following  line:
{$DEFINE FR_VER_BASIC}

Step 1. Add paths to library path
1.1. in the Delphi IDE, select "Tools|Environmet options..." menu
1.2. go "Library" tab, "Library path" edit box
1.3. add path to FastReport 3\Lib folder

Step 2. Compile runtime packages
2.1. repeat the 2.2-2.4 steps for the following packages:
- FastReport 3\Lib\fs*.dpk (* = your delphi version)
- FastReport 3\Lib\fsDB*.dpk
- FastReport 3\Lib\fsBDE*.dpk
- FastReport 3\Lib\fsADO*.dpk
- FastReport 3\Lib\fsIBX*.dpk
- FastReport 3\Lib\frx*.dpk
- FastReport 3\Lib\frxDB*.dpk
- FastReport 3\Lib\frxADO*.dpk (FR3 Std only)
- FastReport 3\Lib\frxBDE*.dpk (FR3 Std only)
- FastReport 3\Lib\frxIBX*.dpk (FR3 Std only)
- FastReport 3\Lib\frxDBX*.dpk (FR3 Std only)
- FastReport 3\Lib\frxe*.dpk
2.2. open the package (by "File|Open project..." menu, select "Delphi
  package (*.dpk)" as a file type)
2.3. press the "Compile" button
2.4. close the "Package" dialog

Step 3. Copy runtime packages to system folder
3.1. copy the following files from the Delphi_dir\Projects\Bpl folder
  to the Windows\System32 folder (or Windows\System for Win9x/Me):
- fs*.bpl (* = your delphi version)
- fsDB*.bpl
- fsBDE*.bpl
- fsADO*.bpl
- fsIBX*.bpl
- frx*.bpl
- frxDB*.bpl
- frxADO*.bpl (FR3 Std only)
- frxBDE*.bpl (FR3 Std only)
- frxIBX*.bpl (FR3 Std only)
- frxDBX*.bpl (FR3 Std only)
- frxe*.bpl
3.2. note for Delphi4 users: *.bpl files are sitting in the FastReport 3\Lib 
  folder, not in the Delphi_dir\Projects\Bpl folder

Step 4. Compile and install design-time packages
4.1. repeat the 4.2-4.5 steps for the following packages:
- FastReport 3\Lib\dclfs*.dpk (* = your delphi version)
- FastReport 3\Lib\dclfsDB*.dpk
- FastReport 3\Lib\dclfsBDE*.dpk
- FastReport 3\Lib\dclfsADO*.dpk
- FastReport 3\Lib\dclfsIBX*.dpk
- FastReport 3\Lib\dclfrx*.dpk
- FastReport 3\Lib\dclfrxDB*.dpk
- FastReport 3\Lib\dclfrxADO*.dpk (FR3 Std only)
- FastReport 3\Lib\dclfrxBDE*.dpk (FR3 Std only)
- FastReport 3\Lib\dclfrxIBX*.dpk (FR3 Std only)
- FastReport 3\Lib\dclfrxDBX*.dpk (FR3 Std only)
- FastReport 3\Lib\dclfrxe*.dpk
4.2. open the package (by "File|Open project..." menu, select "Delphi
  package (*.dpk)" as a file type)
4.3. press the "Compile" button
4.4. press the "Install" button
4.5. close the "Package" dialog, answer "NO" when Delphi asks to save changes!

----------
IV. Recompiling FastReport Pro Edition and Enterprise Edition packages

Perform the following steps if you have changed FastReport sources 
and want to recompile them.

Step 1. Remove old binary files
1.1. in the Delphi IDE, select "Tools|Environmet options..." menu
1.2. go "Library" tab, "Library path" edit box
1.3. remove path to FastReport 3\Lib folder

Step 2. Add paths to library path
2.1. in the Delphi IDE, select "Tools|Environmet options..." menu
2.2. go "Library" tab, "Library path" edit box
2.3. add path to FastReport 3\FastScript, FastReport 3\Source, 
  FastReport 3\Source\BDE,ADO,IBX,DBX, FastReport 3\Source\ExportPack 

Step 3. Compile runtime packages
3.1. repeat the 3.2-3.4 steps for the following packages:
- FastReport 3\FastScript\fs*.dpk (* = your delphi version)
- FastReport 3\FastScript\fsDB*.dpk
- FastReport 3\FastScript\fsBDE*.dpk
- FastReport 3\FastScript\fsADO*.dpk
- FastReport 3\FastScript\fsIBX*.dpk
- FastReport 3\Source\frx*.dpk
- FastReport 3\Source\frxDB*.dpk
- FastReport 3\Source\ADO\frxADO*.dpk
- FastReport 3\Source\BDE\frxBDE*.dpk
- FastReport 3\Source\IBX\frxIBX*.dpk
- FastReport 3\Source\DBX\frxDBX*.dpk
- FastReport 3\Source\ExportPack\frxe*.dpk
3.2. open the package (by "File|Open project..." menu, select "Delphi
  package (*.dpk)" as a file type)
3.3. press the "Compile" button
3.4. close the "Package" dialog

Step 4. Copy runtime packages to system folder
4.1. copy the following files from the Delphi_dir\Projects\Bpl folder
  to the Windows\System32 folder (or Windows\System for Win9x/Me):
- fs*.bpl (* = your delphi version)
- fsDB*.bpl
- fsBDE*.bpl
- fsADO*.bpl
- fsIBX*.bpl
- frx*.bpl
- frxDB*.bpl
- frxADO*.bpl
- frxBDE*.bpl
- frxIBX*.bpl
- frxDBX*.bpl
- frxe*.bpl
4.2. note for Delphi4 users: *.bpl files are sitting in the source folders,
  not in the Delphi_dir\Projects\Bpl folder:
  FastReport 3\FastScript, FastReport 3\Source, 
  FastReport 3\Source\BDE,ADO,IBX,DBX, FastReport 3\Source\ExportPack

Step 5. Compile and install design-time packages
5.1. repeat the 5.2-5.5 steps for the following packages:
- FastReport 3\FastScript\dclfs*.dpk (* = your delphi version)
- FastReport 3\FastScript\dclfsDB*.dpk
- FastReport 3\FastScript\dclfsBDE*.dpk
- FastReport 3\FastScript\dclfsADO*.dpk
- FastReport 3\FastScript\dclfsIBX*.dpk
- FastReport 3\Source\dclfrx*.dpk
- FastReport 3\Source\dclfrxDB*.dpk
- FastReport 3\Source\ADO\dclfrxADO*.dpk
- FastReport 3\Source\BDE\dclfrxBDE*.dpk
- FastReport 3\Source\IBX\dclfrxIBX*.dpk
- FastReport 3\Source\DBX\dclfrxDBX*.dpk
- FastReport 3\Source\ExportPack\dclfrxe*.dpk
5.2. open the package (by "File|Open project..." menu, select "Delphi
  package (*.dpk)" as a file type)
5.3. press the "Compile" button
5.4. press the "Install" button
5.5. close the "Package" dialog, answer "NO" when Delphi asks to save changes!
rily 11266 2005/1/5 15:53:38
下载了FastReport Enterprise v3.07 零售版。

解压进入setup目录,新建目录:LibD7,将同级的FastScript目录、Source目录“里面的文件”复制到新建的LibD7目录。

将LibD7、FastScript、Source三个目录复制到C:\Program Files\Borland\Delphi7\Lib目录里。

打开Delphi 7->Tools->Environment Options->Libraryj,Library Path添加了刚才的setup目录、以及setup目录下的LibD7、FastScript、Source,还添加了Delphi7\Lib里三个刚才复制的目录路径,同样Browsing path目录也照做。

关闭Delphi7。

运行setup目录里的recompile->continue->1选择Delphi7,2选择Enterprise,3选择Recompile all pckages->Compile,编译到中途弹出对话框:

----------
Information
----------
Recompiled files are in the

"C:\Downloads\FastReport.Enterprise.v3.07\setup\LibD7" folder.



Be sure that your Delphi/BCB Library path is set up correctly.
----------
确定   
----------

请问我那一步做错了?
大家是不是这样装的?
bral 11232 2005/1/4 21:00:13
不会吧?我写了个打印支票的软件,用的就是3.07的控件,现在天天都在用,为什么从来没有出现过未注册字样呢?怪!
cjldoc 11120 2004/12/31 18:24:47
确实打印后还有fastrekport-unregistered version字样,请高手指教。
cjldoc 11119 2004/12/31 18:04:29
按bral的指教确实安装成功了,但如ctx所说确实没有frdbdataset控件
ctx 11036 2004/12/29 14:21:41
安装上去后缺这个frDBDataSet控件,
谁能讲一下正确的安装步骤(要详细)
bral 10934 2004/12/25 19:45:34
1、0day放出的3.07有for Delphi和BCB的版本。
2、3.05打印出来有未注册字样,3.07打印出来就没有了。
3、3.08目前未找到下载。
4、至于安装方法,很简单:先将所有文件解压到任意一个目录,注意要保持目录结构啊,然后在该目录新建一个LibD7的文件夹,将FastScript和Source目录下的文件都复制到LibD7中,然后将这3个目录都添加到Delphi中Lib的搜索目录,再运行根目录下的recompile程序就好了。
saxophone 10933 2004/12/25 16:49:57
国外破解组织放出的 3.07版是BCB的,没看到有Delphi的。另3.08还不看到有放出。
x2002025011 10931 2004/12/25 14:27:23
圣诞快乐 兄弟们加油呀
wpr321 10929 2004/12/25 12:38:08
在那有下载的?
jmyzk 10919 2004/12/24 22:43:46
打印出来,还是有"Unregistered version!"
bral 10915 2004/12/24 18:47:06
 Main page / News 
 

News

FastReport 3.08 
12/23/2004  

+ added TfrxMemoView.Clipped property
+ added TfrxReport.OnAfterPrintReport event
+ added baClient to Align property
+ added Danish, Chinese resources
+ now you can use national chars in the script identifier names
+ added TfrxPDFExport.PrintOptimized property
+ improved speed of the Excel export filter
+ added log rotate function in Client/Server version
- bug fixes

上面是我在其官方网站看到的新闻。
bral 10914 2004/12/24 18:37:53
3.08哪里有下啊?
clming327 10912 2004/12/24 17:28:19
fastreport 3.07裝上了而已注冊
     但中文導出到PDF,XLS還是會亂碼
     什麼時候才能成功啊
第一页 上一页 下一页 最后页 有 42 条纪录 共3页 1 - 20
 用户名:
 密 码:
自动登陆(30天有效)
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表