
WadikJ
WadikJ
About
- Username
- WadikJ
- Joined
- Visits
- 51
- Last Active
- Roles
- Members
Comments
-
Have you followed the recommendations from the articles above? what was your result after that? The number of separators should have been greatly reduced. Can you send me a CSV screenshot of what you got after following the recommendations? You ca…
-
Inserting the frxChart module into uses didn't help either?
-
However, in order to avoid unnecessary separators, it is necessary to align the columns with the data. You can check this yourself on demo reports, for example, at the top of the export output without settings, there are extra separators, at the bot…
-
Hello! Put TfrxChartObject component on the report form or add frxChart to uses list
-
Hello! If the rounding functions used by FastReport are not suitable for you, then you can write your own functions using FastReport scripts, or by connecting functions written in Delphi . See this article and the ones following it. https://www.fas…
-
Hello! You can use the recommendations from this article. https://www.fast-report.com/public_download/docs/FRVCL/online/en/FastReportVCL/UserManual/en-US/Report_viewing_printing_and_export/Report_Design_References.html These recommendations are als…
-
Hello! To access the report datasets, you must first add them to the report. To do this, select the menu Report->Data in the report designer and add the available datasets there. Your dataset Name or Alias must be equal to 'Bio'
-
see this article https://www.fast-report.com/public_download/docs/FRVCL/online/en/FastReportVCL/UserManual/en-US/Diagrams/Printing_of_a_chart_built_in_Delphi.html
-
You can control the printing of the report bands in the script, if you don't need to print any band, just assign it to the OnBeforePrint event Visible:=False
-
Hello! Check if you have the "dclfrctee*.bpl" package installed, and if not, install it.
-
Hello! Yes, this can be done using the report script.
-
Hello! Yes, you need to add a Groupfooters
-
Hello! Try contacting support@fast-report.com and attach a small demo project.
-
Hello! Note that FastReport VCL and .net is different. Try using the TfrxMemoView CanShrink and ContentScaleOptions properties
-
Hello! there were no requests from users. You can try to issue a ticket with a detailed description of what you need.
-
Hello! No, there is no such possibility directly, but you can make the height of the PageFooter larger by the amount you need, and the FastReport will do everything on its own. You can also add an additional band with a specified height to the repor…
-
Could you then provide an example of what you want (screenshot, image, and so on)
-
Hello! Try to set the number of columns not on the page, but on the band
-
Hello! FastReport currently does not support Delphi x64. Support will be available in approximately 1-2 months.
-
Hello! The ReportTitle is always printed 1 time. The pageHeader should already be printed at the beginning of each page. Check the band type.
-
Hello! TfrxChartView is a wrapper for the TeeChart component. Therefore, you need to read the TeeChart documentation to resolve your issues. Please also note that the options available to you depend on the version of TeeChart you have.
-
Hello! use frScriptMemo unit
-
See the "Interactive Reports" Group in the Demo - is this it?
-
Hello! Then tell me what version of Delphi and FastReport you have
-
Hello! When you open a report in designer mode, if it is changed, then the OnSaveReport event occurs in TfrxDesigner, in which this report is edited, when the designer is closed. You can use it to write a report template to the database. If the us…
-
Hello! added to our task list
-
Hello! The standard FastReport tools only work with a fully formed report. However, in principle, you can track the formation of the next page and print it yourself. At the same time, it should be borne in mind that some FastReport features will not…
-
If it is the same for all records, then just put TfrxMemoView and set for it Duplicates :=dmMerge
-
try use this https://stackoverflow.com/questions/79167505/how-do-i-make-components-available-to-regular-user-account-in-delphi-when-instal
-
I wish you good health! Where do you get the data for the following text? Look at the "Table from code" demo example