FD components for FastReport 4.0
Created by: Serega Glazyrin
E-mail: glserega@mezonplus.ru
Extended by: Francisco Armando Duenas Rodriguez
E-mail: fduenas@gmxsoftware.com
Install
=======
Open frxFDN.dpk, where N corresponds to your Delphi version and compile it.
Open dclfrxFDN.dpk, compile and install it.
Note from Francisco Armando Duenas Rodriguez
============================================
http://www.da-soft.com/forums/anydac-general-english/anydac-connector-for-fast-report-improved-and-submitted-to-support-team.html
From what I have experienced developing these components, the interface for
the conection is quite inconsistent, especially with the wizards to create
connections, tables, and queries since it only has 2 fields, The driver (ADO,
DBX, Zeos, FireDAC, etc) and a databasename which by default is an ADO connexion
or a file, which for most engines, is not enough. As a matter of fact, of
the diferent engines I tried, only the ADO Engine works.
I was able to make it work with the wizard but I had to make a small change
in the "frxConnWizard.pas" (Fast report sources) since there seems to be a
bug and have never been fixed. In this unit, I had to add the line:
FItemIndex := ConnCB.ItemIndex + 1;
after the line:
FDatabase := TfrxCustomDatabase(ClassRef.NewInstance);
inside the procedure TfrxConnectionWizardForm.ConnCBClick(Sender: TObject);
If you have problems with the wizard and you have the source, you may want
to make this change.
Getting started
===============
To get started with usage FireDAC FR plug-in:
1) after installing the plugin open Example project
2) set up FDConnection1 component to connect to your database
3) ensure FDConnection1 is selected as DefaultDatabase in frxFDComponents1
4) right click frxReport1 component at design-time and click Edit report... to open the component editor
5) after the editor is opened select Data page among Code, Data, Page1 ones
6) the left most palette allows you to create data components: FD Database, FD Table, FD Query, FD StoredProc
that match corresponding FireDAC components: TFDConnection, TFDTable, TFDQuery, TFDStoredProc
7) if you want to select data from a table you can choose FD Table or FD Query components
8) click the chosen one on the palette and then click on the data area next to Report Tree
9) after that you�ll be able to set up all the required component properties in the Object Inspector (next to the palette)
similarly to how you would do that in Delphi
10) then you�ll be able to work with the data component and its fields: all the data components get available in the Data Tree
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
网上能够找到的fast report 在berlin 10.1下编译基本上都出错,这个版本做成了懒人包,可以直接编译并安装。Delphi 升级到berlin 10.1版本后,QREPORT 与 MACHINE REPORT 无法使用 TEECHAR这个图表控件,报表打印时不能打印图表,成为了很大麻烦,本着解决这个问题的想法,经过很长时间的摸索,做成了这个现成包,内附截图与详细的安装说明。确实值得拥有,10分绝对是合算的,算是对共享的一种鼓励吧。
资源推荐
资源详情
资源评论
收起资源包目录
fast report 4.5.6 for berlin 10.1 直接使用包 (2000个子文件)
add 555B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
mk.bat 580B
build_lrs.bat 342B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 207B
mkall.bat 206B
mkall.bat 205B
2unicode.bat 66B
build_fstree.bat 34B
dclfrxXXX9.bdsproj 8KB
frxXXX9.bdsproj 8KB
fstree.bmp 2KB
TFQBSQLDBENGINE.bmp 2KB
TFSCLASSESRTTI.bmp 2KB
TFSGRAPHICSRTTI.bmp 2KB
TFSINIRTTI.bmp 2KB
TFSCPP.bmp 2KB
TFSEXTCTRLSRTTI.bmp 2KB
TFSMENUSRTTI.bmp 2KB
TFSDBRTTI.bmp 2KB
TFSJSCRIPT.bmp 2KB
TFSPASCAL.bmp 2KB
TFSADORTTI.bmp 2KB
TFSSCRIPT.bmp 2KB
TFSSYNTAXMEMO.bmp 2KB
TFSBDERTTI.bmp 2KB
TFSFORMSRTTI.bmp 2KB
TFSBASIC.bmp 2KB
TFSDIALOGSRTTI.bmp 2KB
TFSCHARTRTTI.bmp 2KB
TFSDBCTRLSRTTI.bmp 2KB
TFSTREE.bmp 2KB
TFSIBXRTTI.bmp 2KB
frxXXX6.bpk 5KB
frxXXX4.bpk 5KB
fqbBDE40.bpk 5KB
fsTee4.bpk 5KB
fsBDE4.bpk 5KB
fsDB4.bpk 5KB
fs4.bpk 5KB
fqb40.bpk 5KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- Acheng9982017-12-05VCL版,挺好用的,完美使用中
- yicun04122017-02-09谢谢 这是VCL版本的,自己下到了直接安装的FMX版本
zjjtour
- 粉丝: 0
- 资源: 10
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 使用C++实现的常见算法
- travel-web-springboot【程序员VIP专用】.zip
- 基于Matlab, ConvergeCase中部分2D结果文件输出至EXCEL中 能力有限,代码和功能极其简陋.zip
- java桌面小程序,主要为游戏.zip学习资源
- Java桌面-坦克大战小游戏.zip程序资源
- java语言做的魔板小游戏.zip
- 初学JAVA制作的坦克大战小游戏,使用JAVA 的GUI模拟2,5D界面.zip
- 公开整理-2024年832个国家级贫困县摘帽情况分省分年统计.xlsx
- 纯js+Jquery实现2048游戏
- 叠罗汉游戏,安卓java实现,自定义Framlayout,属性动画.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功