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
zjjtour
- 粉丝: 0
- 资源: 10
最新资源
- 2025年全国【34个省市自治区】道路数据-mxd编辑文件+标准shape文件
- [面板构架]Matlab设计-直车道线检测(GUI界面,详细文档解析).zip
- MATLAB基础应用精讲-数模应用不确定多式联运路径优化问题(附MATLAB多种算法代码实现)
- Qt串口通讯,解决接收数据不完整问题
- 基于融合改进A*算法的改进人工势场算法的路径规划 融合改进A*算法,做全局规划,提取关键节点,作人工势场算法的子目标点 解决目标点不可达问题,和局部最优陷阱问题 对比代码如下,可设置起点目标点,地
- 双闭环PI控制的移相全桥变器 下图为仿真模型图,4个开关管对应的pwm波形图以及输出电压电流波形图和闭环性能测试输出波形图
- 基于JAVA的跑腿抢单管理系统.doc
- Screenshot_20250108_144806.jpg
- Screenshot_20250108_144709.jpg
- mmexport1736318512383.jpg
- 视频会议H.323协议详解
- 基于SSM的学校车辆管理系统
- Simulink仿真:汽车ABS防抱死制动系统仿真 参考文献:无 仿真平台:MATLAB Simulink 主要内容:汽车ABS仿真模型,出车轮滑移率、车轮前进速度与车轮线速度、地面制动力、车轮制动力
- Screenshot_20250108_150327_WeChat.jpg
- 炼钢精炼渣对316L不锈钢非金属夹杂物转变和分离的影响研究
- 基于机器视觉实现昆虫识别计数系统python源码+数据集+论文(Python毕业设计)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈