nardmoseley
Comments
-
Hi Juergen,
In testing I was able to recreate the issue and noticed similar issues with the Query Designer SQL Editor and the Calc workspace child report tabset.
I created patches for RB 22.01 to resolve these issues. I email… -
Hi Peter,
I sent you an email with some tests to perform. Please reply to support@ -
Hi Arick,
Please see my reply above, I think you posted this just as I was posting. -
Hi Peter,
Try loading the report definition and set Report.PreviewFormSettings.UseBackgroundThread False.
Turning off the background threading often solves these types of freeze/slowness issues.
By default RB genera… -
Hi Ken,
From Query Designer select the Calc page. Add a calc field. Use the mouse to select the function combobox. Either type the expression there or press the '...' button to access the SQL editor and enter the expression there.
<… -
Hi Olivier,
I created a patch for RB 22.01 to resolve these issues. Developers with an active RB 22.01 license can email support@ and request the patch.
There is currently no way to specify a starting page number. I’ll add t… -
Hi Adam,
This was added for RB 22.
From the RB 22 New Features list..
PDF Component
- new LoadFromStream method
- new DataPipeline, DataField properties to allow binding to dataset
- new PrintBehavior… -
Hi,
This issue was resolved via email correspondence.
Appears to be an issue with Delphi 11.3
Report definition contains a TppImage with a blank PNG. Template can be opened by RB 22 with Delphi 10.4, 10.3, ... but no… -
Hi Frank,
I was thinking you could open a report in the last known configuration you had that worked. Delphi 10.2 with RB XX? If you no longer have this installed, please send a binary report definition to support@ and let me know what … -
Hi Frank,
Do you mean Delphi 11.3 or 10.3?
The call stack indicates an issue with TPngImage. Perhaps you have been using a 3rd party PNG image, such as from DevExpress. If so make sure you have the 3rd party PNG image installed… -
Hi Louis,
Please send email request to info@ with the old and new company, contact, email info.
-
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: …