登录
首页 » Delphi VCL » 报表源码 FastReport 3 is new generation of the report generators components. It cons...

报表源码 FastReport 3 is new generation of the report generators components. It cons...

于 2022-04-24 发布 文件大小:1.60 MB
0 203
下载积分: 2 下载次数: 1

代码说明:

报表源码 FastReport 3 is new generation of the report generators components. It consists of report engine, designer and preview. FastReport 3 can be installed in Delphi 4-7 and C++Builder 4-6.-report source code. FastReport 3 is new generation of the report generators components. It consists of report engine, designer and preview. FastReport 3 can be installed in Delphi 4-7 and C++Builder 4-6.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是个完成AES的简单算法,对大家也许会有点帮助的,要是大家能用上那就好了,好东西大家共享!...
    这是个完成AES的简单算法,对大家也许会有点帮助的,要是大家能用上那就好了,好东西大家共享!-This is a simple and complete AES algorithm, right we may be a little bit of help. If everyone can be on it well, good things share!
    2022-04-09 18:42:51下载
    积分:1
  • 正则表达式类,在Delphi中轻松使用正则表达式,支持D7,D2005,D2006,D2007,D2009...
    正则表达式类,在Delphi中轻松使用正则表达式,支持D7,D2005,D2006,D2007,D2009-Regular Expression class, in the Delphi easily use regular expressions in support of D7, D2005, D2006, D2007, D2009
    2023-05-17 05:45:03下载
    积分:1
  • 企业安全管理体系:信息化建设…
    企业安防管理系统:随着企业的信息化建设不断深入,如今在很多生活领域(如小区物业、企事业单位等)都进行了安全布防,一旦有事件发生时,就可以进行人工或自动报警(如火警、水警等)。特别是大中型企业都加快了信息网络平台的建设;企业正逐步转向利用网络和计算机集中处理管理、生产、销售、物流、售后服务等重要环节的大量数据。 数字视频、音频技术以其高清晰度、易于存储、回放和共享而备受关注,是企业可视信息管理系统的重要组成部分。本系统是基于企业局域网平台针对企业安防、音、视频数据的管理系统。它是传统视频监控系统在功能和性能上的延伸和拓展。 运行环境 操作系统:Windows ME/2000/XP 开发工具:Delphi 7.0 数据库:SQL Server 2000 硬件配置:CPU:Pentium 200MHz 以上 内存:32MBRAM以上 硬盘:100MB以上磁盘空间 显示分辨率:最低800×600像素 建议1024×768像素 颜色:256色 -Enterprise Security Management System: With the informatization construction of enterprises continued to deepen, is now in many areas of life (such as residential property, enterprises, institutions, etc.) have carried out a security guard, when the time of the incident can be manual or automatic alarm (such as fire, water, police, etc.). Large and medium-sized enterprises in particular, has accelerated the construction of information network platform enterprises are gradually shifting the use of computer networks and concentrate on management, pr
    2022-05-08 01:38:42下载
    积分:1
  • This is a platform based on delphi air logistics management system.
    这是一个基于delphi平台的物流空运管理系统!-This is a platform based on delphi air logistics management system.
    2022-01-26 05:44:56下载
    积分:1
  • 把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。...
    把封装部分FastReport的功能为dll.可以运用到其他开发环境。比如ASP.NET中。其中有相关的实例程序。-put some of the functions of FastReport dll. Can be applied to other development environments. For example, ASP.NET. These are examples of relevant procedures.
    2023-06-12 01:40:04下载
    积分:1
  • ehlib31控制包
    ehlib31控件包-ehlib31 control packet
    2023-01-26 20:55:03下载
    积分:1
  • 查询某网址是否正确,是否真有该网址,如果没有则显示不能解析主机名...
    查询某网址是否正确,是否真有该网址,如果没有则显示不能解析主机名-Query a Web site is correct, it really has the web site, if there is no show that can not resolve host names
    2022-03-01 07:00:59下载
    积分:1
  • Color palette selector for windows delphi with source open source
    Color palette selector for windows delphi with source open source
    2022-06-13 14:25:02下载
    积分:1
  • Breakpoint.zip
    收集的断点续传代码,有2个实现,同时有项目文档,很好的实现。-Breakpoint.zip
    2022-03-22 01:58:42下载
    积分:1
  • 本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在S...
    本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQL不支持将这些指令存放在一起,从而导致出错。所以用ACCES来存储数据了 例中将在MASTER中创建p_killspid,该程序过程是用来恢复与备份数据的一部分。 MENTOROUSER.INI为数据服务地址,曾经有网友问过我如何做服务登录的系统,此文件是个关键,具体的连接请参考代码 SQLTEXT.MDB为数据库更新用的文件,请自行修改记录,但是记录先后顺序一定要根据指令的先后顺序来添加。 mentoro.htm为存放在网站上的文件,具体内容自已改吧。(您也可以用INI文件) CHIS.INI为更新配置文件-is in the process of upgrading netizens vagrant procedures added to the SQL database updates function , a system used to store data ACCES update the directive, so as to achieve the progressive implementation of the functions of the SQL code, in SQL to create tables, stored procedures, views, and other objects, the need to remove the old original targets But SQL does not support these directives will be stored, thus contributed to the error. Therefore, the use of ACCES to store data in the cases will be created p_killspid MASTER, The procedure is used to process and the restoration of backup data part. MENTO
    2022-12-10 06:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载