
WadikJ
WadikJ
About
- Username
- WadikJ
- Joined
- Visits
- 40
- Last Active
- Roles
- Members
Comments
-
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
-
Launch the Report settings window and set the "inches" units of measurement there. After that, inches will also be shown in the settings dialog This is a global setting, apparently someone edited the report and set the units of measurement…
-
Page.Columns:=2 and MasterData.Columns:=0 or Send me report template
-
Hello! Its set in report designer, menu View -> Opions
-
Hi! Use the "Columns" property of the report page
-
You can try using manual registration...
-
Hello! You need to use the HyperLink property of Memo100 You can read more here https://www.fast-report.com/public_download/docs/FRVCL/online/en/FastReportVCL/UserManual/en-US/InteractiveReports/InteractiveSetupHyperlink.html