logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • FastReport 6
  • .NET
  • Mono
  • Linux
  • Core
  • Libgdiplus
  • Unicode
  • WCF
  • FastReport
  • VCL
  • FastReport 6
  • Delphi
  • Invoice
  • Lazarus
  • Academic
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • Visual Studio
  • C#
  • Report
  • NuGet
  • MacOS
  • TTF
  • ASP.NET
  • PDF
  • WebReport
  • Data Source
  • Barcode
  • QR Code
  • WPF
  • ZUGFeRD
  • Desktop
  • ZPL
  • SQL
  • Window function
  • Angular
  • Online Designer
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • MVC
  • Script
  • Converter
  • Migration
  • Batch conversion
  • PHP
  • Excel
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • CrossTab
  • FastCube
  • OLAP
  • MAPI
  • Email
  • VB6
  • XAML
  • FireMonkey
  • FMX
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • SAP
  • Interactivity
  • PostgreSQL
  • Web API
  • SVG
  • Pages
  • SSRS
  • DropBox
  • Preview
  • Toolbar
  • Open Source
  • Plugin
  • Cross-platform
  • Anywhere
  • .NET5
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • PageFooter
  • TXT
  • PowerPoint
  • Word
  • ARM
  • WinForms
  • Business card
  • DBA
  • Sales receipt
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • SBER
  • Interactive Forms
  • FmxLinux
  • RAD Studio
  • GTK3
  • Recompile
  • Ubuntu
  • CEF4Delphi
  • WebView2
  • OAuth 2.0
  • TEdgeBrowser
  • TWebBrowser
  • Blazor
  • SPA
  • Data filtering
  • Matrix
  • CSS
  • HTMLView
  • Crystal Reports
  • Windows 11
  • ROSA Linux
  • Upload
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • P. Ishenin
  • M. Karpinskiy
  • O. Kojnikov
  • K. Kornienko
  • A. Krakovcev
  • A. Kukuyuk
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • O. Pryalkov
  • E. Sinitskaya
  • V. Sopnev
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov
Creating an Open Documents Spreadsheet from Delphi / C++Builder / Lazarus
August 3, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiODS

Summary of ODS and ODF ODS is an open format for spreadsheets made in accordance with the OpenDocument Format (ODF) standard. This format is distributed free of charge and uses the standards of the International Organization for Standardization. The standard was developed by OASIS technical committ...

How to create an HTML/HTML5 Layered file from Delphi / C++Builder / Lazarus.
August 27, 2020
Michael Philippenko
VCLExportLazarusFastReport 6DelphiHTML

“How to save in the HTML file format from Delphi?”, “how to create an HTML 5 file from Delphi?”, “how to create the HTML 5 file from Lazarus?” – these questions often arise among the developers. The HTML document is written in Hypertext Markup Language (HTM...

How to create a sales receipt from a Delphi application
August 20, 2020
Dmitriy Fedyashov
VCLFastReportFastReport 6DelphiSales receipt

The Delphi programming language, or Turbo Pascal, has become a starting point for many developers. Thanks to the simple and clear syntax and the ability to write in a procedural style, it turned out to be very easy to learn. Many would compare it with Visual Basic, but at the peak of its popularity ...

How to print business cards from a Delphi application
August 24, 2020
Dmitriy Fedyashov
VCLFastReportFastReport 6DelphiBusiness card

Applications built in Delphi are less common than, for example, those built in C #. These programming languages are from different times. However, even nowadays Delphi and VCL can complete some of the modern tasks. There are many free and commercial libraries that can modernize even old applications...

How to create an invoice from a Delphi application
July 1, 2020
Dmitriy Fedyashov
VCLFastReportFastReport 6DelphiInvoice

As for Delphi applications, we understand that we are talking about applications implemented in VCL (Visual Component Library) for the Windows operating system. The popularity of Delphi VCL slightly faded with the advent of the C and .Net platform but there are lots of Delphi developers all around t...

How to create a file in TXT format from Delphi / C++Builder / Lazarus
June 4, 2020
Michael Philippenko
VCLExportLazarusFastReport 6DelphiTXT

The TXT file stores text documents with information organized in the form of lines. In modern systems, strings are separated by line separators; in the past, storing strings in the form of records of constant or variable length was used. Sometimes the end of a text file (especially if the file size ...

How to create a file in the Microsoft PowerPoint 2007 XML format from Delphi/C++Builder/Lazarus
July 27, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiPowerPoint

Microsoft PowerPoint is a program for preparing and viewing presentations. It is a part of Microsoft Office and is available in editions for Microsoft Windows and macOS operating systems, as well as for Android and iOS mobile platforms.The program saves new presentations in * .pptx, * .ppt, * .ppsx ...

How to create a file in the Microsoft Word 2007 XML format from Delphi/C++Builder/Lazarus
June 10, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiWord

DOCX is an archive file that can be unpacked by a third-party program. This format is an upgraded version of the well-known DOC extension. A significant difference is a low file weight while maintaining all the original image parameters. If .doc is a binary text file, .docx contains XML files and ad...

How to create a file in CSV format from Delphi / C++Builder / Lazarus application?
May 29, 2020
Michael Philippenko
VCLLazarusCSVFastReport 6Delphi

CSV files (comma-separated values) are special types of files that you can create, read and edit in Excel. This format is textual and designed to provide tabular data. In CSV documents the data fields are separated by commas instead of columns (commas in English version or semicolons in Russian vers...

How to create a RTF file from Delphi / C++Builder / Lazarus application?
June 17, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiRTF

A frequent question is how to send a document from a Delphi application to RTF. It is a popular format and if you don’t have Microsoft Word installed on your computer you can use WordPad to open the file. This format is supported by Mac OS X’s default editor TextEdit. Most text editors s...

How to export a report to Excel XML from Delphi / Lazarus
May 25, 2020
Michael Philippenko
VCLLazarusExcelFastReport 6DelphiXLSX

A developer has a huge choice of options when the task is to export to Excel from Delphi or Lazarus – it was partially described in the article “How to export a report to XLS Biff8 from Delphi” and there I also briefly explained why it is a bad choice. And what is a good choice, th...

How to connect a CSV file as a DataSet in Delphi and build a report using FastReport VCL 6
May 12, 2020
Alexander Syrykh
VCLCSVFastReport 6Delphi

Probably many have encountered the problem of using a CSV file as a DataSet in Delphi. Let's have a look at one of the solutions to this problem. We will connect the CSV file via TADOQuery and build a report from this data in FastReport VCL 6. Create a project and add the following components. ...

How to make a PDF from Delphi / C++Builder / Lazarus
May 14, 2020
Michael Philippenko
VCLExportLazarusPDFFastReport 6Delphi

Quite often, you need to get a PDF document from a Pascal application - either Delphi or Lazarus. Usually it is recommended to use specialized solutions, PDF converters (such as itext, Synopse PDF Engine, PowerPDF, HotPDF, PDF Creator Pilot, PDFtoolkit VCL, Debenu Quick PDF Library etc.). In this ar...

How to create a file in Excel 97 (2000, XP) – XLS from Delphi / C++Builder / Lazarus?
May 18, 2020
Michael Philippenko
VCLExportLazarusExcelFastReport 6ReportDelphi

Oh, it’s an eternal topic – creating an Excel spreadsheet from Delphi. Excel spreadsheets are one of the world’s standards today and for programs, even simple ones, it is frequently required to output the data as tables and transfer reports to the spreadsheet. One thing to notice i...

Get stock quotes using a GET request in JSON format and connect them to FastReport VCL 6
May 7, 2020
Alexander Syrykh
VCLFastReport 6JSONDelphiStock quotesGET requestHTTPS

Today we will look at the way to get stock quotes using a GET request with HTTPS protocol and public tradingviewapi.docs.apiary.io APIAccording to the documentation https://tradingviewapi.docs.apiary.io/#reference/0/history/0?console=1 in order to get stock quotes you need to use the GET req...

Console utility FRConverter 1.0 (QuickReport 6, ReportBuilder 19 , Rave Reports to FastReport VCL 6)
February 6, 2020
Alexander Syrykh
VCLFastReport 6ConverterDelphi
(2)

Previously, there were several articles about converting QuickReport 6 and ReportBuilder 19 templates to *.fr3 format. But this is all inconvenient and requires additional effort to create a project and connect additional modules and creates difficulties when converting templates in bulk. We decid...

Migrating from QuickReport 6 to FastReport VCL 6 is quick and fun
February 5, 2020
Alexander Syrykh
VCLFastReport 6ConverterMigrationDelphi

Today we will look at migration from QuickReport 6 to FastReport VCL 6. Let's do it with the updated Converter included in FastReport VCL 6.3, it allows you to convert your template, even without QuickReport 6 installed on your computer. Converter (ConverterQR2FR.pas) has the following list of c...

Migrating from ReportBuilder 19 to FastReport VCL 6 is quick and fun
February 5, 2020
Alexander Syrykh
VCLFastReport 6ConverterMigrationDelphi

Today we will look at migration from ReportBuilder 19 to FastReport VCL 6. Let's do it with the updated Converter included in FastReport VCL 6.3, it allows you to convert your template, even without ReportBuilder 19 installed on your computer. Converter (ConverterQR2FR.pas) has the following li...

Batch conversion to FastReport VCL 6 (from QuickReport or ReportBuilder)
August 15, 2019
Alexander Syrykh
VCLFastReport 6ConverterBatch conversion

Perform the following list of actions: 1. Create a new application (File -> New -> VCL Forms Application). 2. Enter in the Uses clause module ConverterQR2FR (for convert QuickReport) or ConverterRB2FR (for convert ReportBuilder). 3. Depending on the installed components, you may ne...

Installation FastReport VCL 6 Trial
April 29, 2019
Dmitriy Fedyashov
VCLInstallFastReport 6

First of all you need to download the program from the developer’s site https://www.fast-report.com/en/download/public_files/267/ Run the installer. First we will see the welcome window. Click Next to continue the installation. In the second step, we are invited to read the license terms....

<< < 1 2 3 > >>
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • Ticket system
  • FAQ
  • Tutorial Video
  • Forum
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2022 by Fast Reports Inc.

  • Privacy Policy