nicocizik
Comments
-
Hi Gerhard,
An updated build of RB 19.03 for Delphi 10.3 was uploaded less than a day after the initial release with this fixed. Please re-download and re-install ReportBuilder to automatically install the RB/TeeChart packages for Delphi… -
Hi Ron,
The included email demo is part of the main reports demo (Demo #110). This demo does not however give an example of sending individual groups as emails. See the following article on how this can be done.
Note my resp… -
There is a patch available that addresses this issue. All registered users of ReportBuilder with an active software subscription can email support@digital-metaphors.com to receive this patch.
-
Hi Ian,
Your code looks good! I can see only a couple issues.
1. RAP does not support unsigned types such as Cardinal or Byte. For the purposes of this routine, you will need to declare each parameter as an Integer then possi… -
Hi Ian,
RAP passthru examples can be found in the main RAP demo located in the \Demos\0. RAP\1. Main\ directory. See the following article on where these examples are installed on your machine.
in Bit operations in RAP? Comment by nicocizik December 2018 -
Hi Tommy,
Subreports are simply virtual containers and do not have a role in page rendering. Generally if something works with SinglePageOnly but doesn't without, it is a threading issue. The fact that the component is in a subreport is… -
Hi Ian,
RAP does not natively support bitwise operations. This is something we will consider adding to a later release of the product.
Currently you can easily create a pass-thru function to perform these calculations.
Hi Tommy,
Thanks for posting your solution. The TppOutlineNotebook is a tab control that contains two pages (tabs). One for the OutlineViewer and one for the ThumbnailViewer. An easier way to access the ThumbnailViewer would be by dire…This feature has been added to our list of possible enhancements for a later release.
Thank you for pointing this out. A new version of ReportBuilder Standard for Delphi 10.3 has been uploaded to our server. Please re-download and re-install ReportBuilder.
Note that this only affected the Standard edition of ReportBuilde…Hi Joe,
Please include the version of ReportBuilder and Delphi you are using when posting questions.
We only have resources to provide tech support to Delphi developers with an active RB license.
Hi Carsten, (Quote) Yes.
Hi Carsten,
The compiler variable "Pro" is an internal variable that should only be used by ReportBuilder. I cannot find anywhere in our current source were we check for {$IFNDEF PRO} so this must be in some altered source of yours.
Hi Greg,
Take a look at the following articles on how to access the preview buttons or add new buttons by creating a custom preview plugin.
This first article shows how to access the preview buttons (and hide one of them). In …Hi Carl,
I do not recommend using fixed subreports to limit the number of data rows displayed. This should be done in SQL using a search condition or row limit feature (TOP - SQL Server, LIMIT - (MySQL, SQLLite), ROWNUM - Oracle).
<…Hi Alessandro,
Starting with version 16, ReportBuilder Enterprise and Server includes our REST reporting services with FMX support. This essentially gives you the ability to view, navigate, and print all your current reports from the FMX …Hi Niels,
A license to RB 19.02 includes the ability to download and use the last produced version for legacy Delphi such as D5. However we cannot provide tech support, fixes, etc. for the old versions.
I highly recommend usin…Hi Bruce,
1. Take a look at the following article on how to fill a page with lines. It uses a group footer to determine the end of the details and checks the PrintPosRect property for the page position in the AfterPrint event. It then u…Hi Carl,
According to our records, you have an updated software subscription. Is there a reason you are using older versions of ReportBuilder? I highly recommend updating to the latest version (19.02) as this is the only version we are …Hi Eric,
It is possible to draw a box with 4 lines.
I highly suggest using the new TableGrid compo…Hi Eric,
The issue is a long standing one that is difficult to "fix" due to backward compatibility requirements and mathematical limitations. The issue occurs when attempting to line up lines and shapes. Lines and shapes are drawn diffe…Hi Shereif,
The standard way to combine reports is to use Section subreports. Start by creating a single empty report with a detail band only. Then add the number of sections style subreports you need for each report to be merged. This…Hi Eric,
Add a DBCalc component to the detail band and set its DBCalcType property to dcCount.
Hi Mario,
Take a look at the following articles on how to print to a continuous paper printer. We have numerous customers using these techniques to print receipts, labels, etc. The second article includes a small example.
Hi George,
The message indicates that the software subscription has expired for the serial number entered when installing ReportBuilder. You can update your serial number in the Help | About option of the main menu in the report designer…Hi Stephen,
If you would like to create a custom previewer, I suggest creating a preview plugin rather than piecing together the viewer and other features manually. It’s also possible to display the preview inside a panel so it’s not res…Hi Samuel,
The ability to select and join multiple tables in the query wizard has not changed. It is still possible to select multiple tables and join them (I tested this to verify).
Are you perhaps using a DataDictionary with…Hi Samuel,
Okay, let's go back to having an Unassigned parameter and alter the ItemUpdate SQL to handle the special case when there are no records in the dataset.
if :ItemI…Hi Samuel,
This appears to be a change in NexusDB. The latest version(s) of NexusDB altered the way values can be compared to an unassigned (NULL) value which causes access issues when reading or manipulating the ItemUpdate query.
<…Hi Gerhard,
You need to add ppChrtUI to your uses clause to register the TeeChart editor at runtime.
http:/…