nardmoseley
Comments
-
Hi Steve,
Check out the help topic for TppXlsxReportDevice (and/or TppXlsReportDevice) for details on using this export.
XlsReport is designed to handle any RB page output. Yes Excel is limited to rows/columns, but RB can merg… -
Hi Paul,
ReportBuilder leverages Delphi's excellent image architecture
Delphi supports extending image support via registering TGraphic descendants. Examples are TJPEGImage and TPngImage.
Perhaps you can find a t… -
Hi Mika,
This feature was added for RB 21.
-
Hi Steve,
Based upon your feedback, this feature is being enhanced for RB 22. -
Hi Kjell,
Please create a simple example I can build and run in the debugger. Use standard Delphi components and RB. Use the rbDemos data or TClientDataSet. Send zip file to support@
I tried a simple test and worked without iss… -
Hi Carlos,
Access Delphi project options dialog. In left pane, select Application | Manifest tree node. In right pane, select Enable Runtime themes checkbox. This enables MS Windows to render images and controls in the modern windows sty… -
Hi Zoltan,
The Designer displays the FieldAlias in places like the Edit toolbar drop down list and the Data tree. However, DBText.DataField property references FieldName. (For example, select a DBText and use Object Inspector to access D… -
Hi Steve,
RB installs only source units related to BDE
Add RBuilder\Source to the library path or copy the unit from RBuilder\Source to RBuilder\Lib\Win32
-
Hi Roberson,
RBuilder Help documents the RB components, properties, methods, events etc.
Select a GMap component in a report layout and press F1 or access the RBuilder Help and search for TppGMap
-
Hi Serkan,
There is a patch available for RB 21.05 that resolves the issue. I emailed it to you.
Developers with an active license to RB 21.05 can email support@ and request the patch. -
Hi Daniel,
This is not a known issue.
We only have resources to provide tech support to RB developers with an active license.
I recommend upgrading to RB 21.05 and then email support@ to open a tech support case. T… -
Hi Daniel,
I recommend downloading and testing the latest release, RB 21.05. -
Hi Steve,
Please try the simple test detailed above - follow the steps precisely.
-
Hi Steve,
Try a simple test. Create a new Delphi project, add a Report and Button to the form. In the Button.OnClick call ppReport1.Print. Preview form is displayed. Press Print button, the default printer is selected. Press Properties bu… -
Hi Steve,
In general Report.PrinterSetup properties determine the printer settings shown in the Print Dialog. For PrinterSetup.Duplex there is a dpDefault setting which will use the Windows Printer's setting.
The Report.Printe… -
Hi Marko,
For the topic you linked, please follow instructions in the reply.
-
Hi Marko,
RB 21.04 includes patches created for RB 21.03.
Patches created for RB 21.04 will be included in the next release.
-
Hi Thomas,
Try this...
Create a BlankPage.raf - an archive containing blank page.
Add the BlankPage.raf to TppRAFMerge.SourceFiles wherever needed.
-
Hi Thomas,
The RB copies feature is printer specific.
You could define a Report.Parameters[ ] item called paCopyNo. Then do something like
var
liCopies: … -
Hi Jeroen,
RB supports standard SQL search operators.
ILKE is proprietary to PostgreSQL. The standard SQL equivalent is
Upper(fieldname) Like Upper(value)
Example using TdaSQLBuilderin Use SQLBuilder to add unaccent() ILIKE unaccent() criteria in PostgreSQL Comment by nardmoseley August 2022
-
Hi Mark,
Screen Device (report preview)
---------------
By default screen device generates pages in a background thread. To generate preview in the main thread setin Memory leak with DB JIT's Comment by nardmoseley August 2022
-
Hi Mark,
From Delphi create a new DataModule and add a Report and ADOConnection, name the class TmyReportModule
TmyReportModule = class(TDataModule)
ppReport1: T… -
Hi Mark,
I recommend using a DataModule (or Form) to define a thread-safe 'ReportModule' that acts as a container for generating reports in threads.
The ReportModule can contain (Own) the Report, JITPipeline and any other compo… -
Hi Sky,
This was an issue with RB 21.04 Build 1
Please download RB 21.04 Build 2 using the information provided
by original email.
When installed, the Designer: Help | About menu option will specify
… -
Hi Reinier,
1. To send emails without displaying email client, set
EmailSettings.PreviewInEmailClient := False
2. See Example code below. Create and use a single Email instance to send all emails. Authorization occur… -
Hi Sky,
This is working as designed. Usually when rtf data ends in CR or LF, it is not intended.
Solutions:
1. Use the RichText.BottomOffset property to specify vertical space to appear below the stretching componen… -
Hi David,
Updating to Delphi 11.1 will resolve the issue. (Note: also called Delphi 11 Update 1)
RB 21.04 is built with Delphi 11.1. Based on reports from customers, it appears Emb broke compatibility. (The Delphi minor update… -
RB 21.03 never had the Designer issue.
RB 21.04 build 2 does not have the Designer issue. (RB 21.04 build 1 had the Designer issue)
-
Hi Ed,
Updating to Delphi 11.1 will resolve the issue.
RB 21.04 is built with Delphi 11.1 (Delphi 11 Update 1). Based on reports from you and others, it appears Emb broke compatibility. (The Delphi minor updates are supposed … -
Hi Rhonda,
Please download RB 21.04 Build 2 using the information provided
by original email.
When installed, the Designer Help | About will specify
'Version 21.04 Build 181'