nicocizik
Comments
-
Set EmailSettings.PreviewInEmailClient to False to automatically send.
-
Hi Omar,
This issue was fixed for the latest version(s) of ReportBuilder. Please upgrade to RB 21.05 to receive this fix as well as numerous others. -
Hi Ken,
In my testing with new credentials, the plugin is working correctly. I went ahead and created a new app registration to see if anything has changed.
1. It appears the authentication code is not being received. Be sure… -
Starting with RB 21, it is possible to easily send stand-alone emails without the need of a report. This is one of the many features of RB that really could be its own product
in TppRESTMailOutlook365 Using without a Report Comment by nicocizik September 2022
-
Hi Ken,
ReportBuilder fully supports REST API access to Gmail and Outlook.com using their OAuth2 authentication process. Once you register your application with the mail service, ReportBuilder handles the retrieval of the access token in… -
Hi Ken,
Do you have a link to this information? -
Hi Ken,
I am not aware of any major changes to the way Microsoft handles OAuth2 verification in the near future. Is there something I am missing? -
Hi Marko,
In my testing with your exact Body text, the email showed correctly both in Outlook and the Gmail web interface. How are you viewing this email?
One item I noticed is that a CRLF is actually #13#10. It didn't make a… -
Hi George,
Please ignore my previous post. There is a built-in feature of the TppGroup that will automatically start each group on an odd page. I was reminded of this feature when trying to recreate the issue you described aboveHi George,
See the following article on how to force group headers to print on odd pages. I believe this will give you the effect you are after.
in Duplex printing Comment by nicocizik September 2022Hi Daniel,
ReportBuilder 21.04 was built with the latest available version of Delphi (11.1) and it requires this version to run properly.
Please be sure you are using Delphi 11.1 (or Delphi 11 Update 1). Version 28.0.44500.8973…Hello,
Please update you user credentials to include your full name.
Which version of ReportBuilder and Delphi are you using? What format are the images pixelated? (i.e. in the previewer, PDF, printer, etc).
Hi Julien,
Which version of ReportBuilder are you using? In order to fully support factur-x 2.x, you will need to use RB 21.04 with the latest patches. Please contact support@ with your current serial number and an example factur-x .xml…Hi Rodrigo,
ReportBuilder simply prints the data it is given. If the output is different for subsequent prints, that is what is being retrieved from the dataset.
1. Are you using any data-aware controls such as a DBGrid that a…Hi Rodrigo,
We will need more information about your report to track down a solution. The likely culprit is the event code associated with this report. I suggest taking a look at how this data is processed. Please create a simple examp…There is a patch available that solves this problem for RB 21.04. Registered users with an active software subscription can email support@ to receive the patch.Hi Sandro,
Display formatting in ReportBuilder is handled by the TppDisplayFormat class inside the ppDisplayFormat.pas file. Generally every (text) component in RB includes a DisplayFormat property to manually control its format.
Hi Frank,
Sorry for the late reply. Yes, ReportBuilder has included native PDF export since RB 9 (about 18 years
There is a patch available for RB 21.04 that solves this issue. Registered users with an active software subscription can email support@ to receive the patch.You will need to remove all RB related packages from the Delphi installed components list before installing the new version.
1. Uninstall ReportBuilder.
2. Open Delphi and open the Component | Install Packages dialog.
Hi Frank,
There is likely a different package that still references the RB 20 package installed in your IDE. Try the following steps.
1. Uninstall RB 21 completely from your machine.
2. Open Delphi and take a look a…Hi Rodrigo,
Yes, this was an issue that affected earlier versions of ReportBuilder. Upgrading to the latest version will likely solve the issue. To be sure, you can download the trial edition from our website and test.
The ve…Hi Rajeev,
Please try manually altering the DBCalc DataField property inside the template to the DB field rather than a calculated field and see if that solves the issue.
object ppDBCalc1: TppDBCalc
UserName = 'DBCalc1'
Hi Rodrigo,
Which version of ReportBuilder and Delphi are you using? This is an issue that was fixed a few versions ago. Please be sure you are using the latest version of ReportBuilder and re-test.Hi Rajeev,
As a test I created a calculated field Count(CustNo) using our built-in demo data. I then placed a DBCalc on a report and set its field to the calculated field. This of course was the field alias that is automatically created…There is now a patch available for RB 21.04 that solves this issue. Registered users with an active software subscription can email support@ to receive the patch.Hi Reinier,
I created a simple test using the latest version of RB (with patches) and Delphi 10.4.2 but was unable to get the AV you are getting. If possible, please send me the exact code you are using (without any login credentials) an…Hi Julien,
Factur-x (or ZUGFeRD) (versions 1.0 - 2.x) is fully supported by the latest version of ReportBuilder. Is there a specific problem you are having with Factur-x?It is possible to call a .dll from RAP using a pass-thru function in Delphi. See the included RAP demos for pass-thru examples.Hi Rhonda,
ReportBuilder simply outputs the data it is given so all sorting needs to be done during pre-processing (i.e. in the DB). The one exception is the crosstab component which sorts data internally however I'm uncertain this cont…