logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Customer panel Support
    • en
    • pt
    • es
    • de
    • pl
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Delphi
  • .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
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...

FastCube - High-Speed OLAP Cube Engine and Pivot Grid
February 29, 2020
Dmitriy Fedyashov
.NETVCLCross-platformFMXCrossTabFastCubeVisual StudioFastReportDelphi

It is difficult to imagine data analysis without OLAP (On-Line Analytical Processing) technology. Although there are differing opinions about whether OLAP should be considered a technology or ideology. After all, OLAP can be imagined as a complex multi-dimensional cube, and as ordinary cross-tables ...

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...

How to send report from Delphi program via MAPI protocol
December 16, 2013
Aleksey Mandrykin
VCLMAPIFastReportDelphi

Just copy following code for sending the report from your own application: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 procedure TForm1.Button2Click(Sender: TObject); var mail: TfrxMailExport; txt: TfrxTXTExport; begin txt := TfrxTXTExport.Create(nil...

<< < 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