logo
small logo
  • Products
  • Buy
  • Support
  • Articles
  • Forgot password?
    • en
    • ru
    • pt
    • es
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Delphi
  • TTF
  • .NET
  • FastReport
  • Data Source
  • PostgreSQL
  • Barcode
  • Export
  • PDF
  • ASP.NET
  • Online Designer
  • VCL
  • Lazarus
  • FastReport 6
  • Delphi
  • HTML
  • WinForms
  • Sales receipt
  • Converter
  • MacOS
  • mono
  • CrossTab
  • FastCube
  • OLAP
  • Excel
  • C#
  • MAPI
  • VB6
  • MVC
  • Visual Studio
  • WCF
  • Linux
  • WPF
  • XAML
  • FireMonkey
  • FMX
  • Install
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Maps
  • WebReport
  • Desktop
  • QR Code
  • SAP
  • Designer
  • Interactivity
  • Web API
  • ZUGFeRD
  • CSV
  • SVG
  • Core
  • ZPL
  • Pages
  • SSRS
  • SQL
  • Window function
  • Open Source
  • Angular
  • React
  • Vue
  • Vector graphic
  • JSON
  • Knockout
  • Script
  • Migration
  • Batch conversion
  • Plugin
  • PHP
  • NoSQL
  • RavenDB
  • SQLCe
  • VistaDB
  • OracleDB
  • IBM DB2
  • Firebird
  • MongoDB
  • Filtering
  • Report
  • Anywhere
  • Preview
  • Printing
  • Stored procedures
  • Stock quotes
  • GET request
  • HTTPS
  • Customisation
  • PageFooter
  • Toolbar
  • xlsx
  • RTF
  • Txt
  • PowerPoint
  • Word
  • ARM
  • Business card
  • DBA
  • invoice
  • Email
  • ODS
  • ODT
  • Visual Basic
  • Event
  • OpenOffice
  • libgdiplus
  • unicode
  • SBER
  • Interactive Forms
  • .NET5
  • M. Drazdou
  • A. Fediashov
  • D. Fedyashov
  • A. Hayruddinov
  • M. Karpinskiy
  • O. Kojnikov
  • A. Krakovcev
  • A. Kukuyuk
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • O. Pryalkov
  • E. Sinitskaya
  • V. Sopnev
  • A. Syrykh
  • A. Tsyganenko
  • E. Voytenko
  • D. Zubov
Web reports in Lazarus on Linux
December 15, 2020
Sergey Plastun
VCLLazarusLinuxWebReportFastReport 6Delphi

Until recently, the task of generating reports through the Web from an application written in Lazarus was, let’s say, very creative. Today we are pleased to announce the release of client-server components for Lazarus in beta testing. They can be used to create and customise a server for remot...

How to create a ZPL file in Delphi / C ++ Builder / Lazarus
December 22, 2020
Michael Philippenko
VCLLazarusZPLFastReport 6Delphi

What is a ZPL file? ZPL stands for Zebra Programming Language. It allows team to create the desired print design for any label or page. This makes the label independent from the specific printing device. The printer receives commands to produce shapes, frames, symbols and other things, and itsel...

How to create an interactive PDF form for HR interviews in Delphi and Lazarus
December 14, 2020
Alexander Syrykh
VCLPDFFastReport 6DelphiInteractive Forms

Someone might not know, but the PDF standard allows you to create fillable forms. That is, the finished document can be edited directly from the viewer. This is most often used for questionnaires and various forms. The user fills in the fields and sends the document by email or prints it. Today we ...

How to generate ITF (interleaved, industrial, matrix) barcode with Delphi / Lazarus / C ++ Builder
November 11, 2020
Michael Philippenko
VCLLazarusBarcodeFastReport 6Delphi

A bit of theory about barcodes It is difficult to imagine our life without barcodes, especially now that we meet them at every step. We go to the cinema and our tickets contain this “black and white drawing of bars”, we go to the supermarket and each product has information about it in ...

How to create CODE 39 and CODE 39 Extended barcodes with Delphi / Lazarus
October 23, 2020
Michael Philippenko
VCLLazarusBarcodeFastReport 6Delphi

CODE 39 is the barcode developed by Intermec Corporation in 1975. Up to 43 characters including numbers, letters and some symbols can be included in the barcode: 0123456789 ABCDEFG HIJKLMNOP QRSTUVWXYZ-.$/+%. Since letters can be handled, CODE 39 is indispensable in the industrial fields and used in...

How to create one single report out of several in Delphi / Lazarus / C++ Builder
December 11, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

I would like to note that FastReport VCL is one of the most convenient components for generating reports of any complexity. After all, here we can use not only different types of DBMS, but also Swiss barcodes, maps, tables, graphs and many other objects. Quite often we are asked “how to create...

How to work with SHP maps in Delphi / Lazarus / С++ Builder
September 28, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

ShapeFile, also known as Shape is a figure or a set of complex shape figures (probably, unrelated). A Shape field can be one of the following types of geometry: point, polyline or polygon. It is also notable that together with a *.shp file, *.dbf file is formed and it contains the header informatio...

Saving images from Delphi / C++ Builder / Lazarus
August 10, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

BMP, JPEG, TIFF, GIF – there is a variety of raster image formats. 1. BMP First of all, you should know that since BMP is an old image format it is not so popular among Internet users, only the bitmap images are saved in this format which doesn’t support the vector ones. The size of ....

Saving SVG images from Delphi / C++ Builder / Lazarus
August 13, 2020
Michael Philippenko
VCLLazarusFastReport 6Delphi

The SVG file is a two-dimensional vector image based on documents in XML format. The SVG format is used not only for the description of two-dimensional vector graphics, but also for mixed vector-raster images. Let's list the main advantages of SVG format: First of all, as previously mentioned ...

Creating an Open Document Text (ODT) file from Delphi / C++Builder / Lazarus
August 6, 2020
Michael Philippenko
VCLLazarusFastReport 6DelphiODT

The ODT file extension is used for Open Document text files, which are usually created using the OpenOffice or LibreOffice word processor apps. This document format is based on the XML markup language and therefore easy to convert. To understand what kind of format it is, it’s enough to see t...

How to combine multiple reports into one PDF file in Delphi / Lazarus / C++ Builder
September 3, 2020
Michael Philippenko
VCLExportLazarusPDFFastReport 6Delphi

It is often necessary to combine several documents into one (for example, PDF). It could be several chapters of documentation, catalog directories etc. Strictly speaking, this sometimes needs to be done not only for PDF, it’s just that this file format itself does not imply editing and “...

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 make a Swiss QR code bill in Delphi or Lazarus
June 2, 2020
Michael Philippenko
VCLLazarusFastReportBarcodeDelphiQR Code

Lately many countries have been digitizing payment processes. In other words, they convert existing payments to digital format. The most common way to automate payments is to use QR codes that are easily read by smartphones. The ability to encode a sufficiently large amount of information, high dama...

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

1 2 > >>
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
  • Our team
  • Contact us

© 1998-2021 by Fast Reports Inc.

  • Privacy Policy