nardmoseley
Comments
-
Hi Kaj,
Make sure you have the latest release - RB 19.02 (check the Designer Help | About for the RB version.)
RB 19.02 resolves issues with Windows 2016 RDP. There is no need to disable the IFDEF, that will do the opposite, re… -
Hi Eric,
What version of Delphi and ReportBuilder are you using? (check the Designer Help | About)
-
Hi Steve,
Digital Metaphors only has resources to provide tech support to developers with an active RB license. Providing tech support is extremely expensive.
I recommend upgrading to the latest Delphi and ReportBuilder and p… -
Hi Francesco,
RB demos are installed to Public Documents\RBuilder\Delphi X\
-
Hi Erik,
I recommend downloading trial editions of RB Professional and Enterprise and evaluate what suits your requirements.
If Professional was used to create the report, then you could modify a Label.Caption, yes.
Hi Erik,
RB Professional and Enterprise Editions both include the Designer and Crosstab components. The Enterprise Edition includes the Run-time Pascal Environment (RAP) that adds the Calc workspace to the Designer. Enterprise Edition is …Hi Tom,
Thanks for reporting this. I created a patch for RB 19.01 to resolve the issue. You can email support@, provide license details and request the patch.
Hi Tarry,
I tested the WebTier 64-bit and did not encounter any issues.
I first tested the Demos\WebTier\WebDebug which is a stand alone web server exe. Give that a try.
I then tested Demos\WebTier\ISAPI. For IIS d…Hi Christophe,
RB Server Edition provides a web report explorer and web viewer. There is no web designer.
Hi Paul,
To print 'group header' elements along side detail elements, place the group header elements in the detail.
Here's a couple of common models:
1. Master/detail
Each master record contains 'group h…Hi Paul,
Place the 'group header' DBText in the detail band along side the detail elements. Set DBText.SuppressRepeatedValues to True.
Hi Yuri,
This is not a known issue. If would like to open a support case, please email support@ and provide
1. License details: serial number, company name, contact, email
2. Environment details: Windows version, De…Hi Scott,
There is currently no way to add custom constants to the RAP Code Toolbox. I'll add this to the requested feature list to be considered going forward.
Hi Cheeyang,
I created a patch for RB 19.01 to resolve the issue. Users with a current RB 19.01 license can email support@ and request the patch. Please include license serial number, company name, contact name, email.
<…Hi Scott,
I created a simple test. Implement Report.OnFileDeviceCreate to assign Report.FileDevice.OnEndJob handler.in Event that fires after PDF is created Comment by nardmoseley May 2018
Hi Ian,
Correct, any error indicates additional properties need to be converted. I recommend using a file comparison tool to compare a new working template to an unconverted or partially converted template. If you have queries that use ca…Hi Stephen,
Use Windows Explorer to browse to
C:\Program Files (x86)\Embarcadero\Studio\19.0\RBuilder\TeeChart
Open the ReadMe.doc and follow the directions.
Hi Steve,
This is not a known issue. Try setting Report.PreviewFormSettings.SinglePageOnly to True - this will force the report to generate in the main thread. For testing also set Report.PassSetting to psOnePass. Run the report in the De…Hi Paul,
Thanks for the feedback. Will consider aligning ruler with edge of paper for a future release.
There are no known issues with ruler not aligning with margin. If you would like to provide steps to reproduce or a simple…Hi Wilton,
Thanks for the feedback. Will research this for a future release. RB could perhaps conditionally use 'top 0' where supported. Limiting rows is not part of the SQL standard. There are database engines that use different syntax …Hi Ian,
The solution is to write conversion code to iterate over the rbItems table and convert each report.
For each report template
- read template data
- convert to text
- use StringReplace t…Hi Taz,
The ReportExplorer and Preview use GET. The AutoSearch form uses POST. There is no property or workaround. The URL's for the links are part of the html/javascript generated by the WebTier.
Hi Carsten,
Never heard of this before.
Try downloading the driver and test it. I downloaded the driver and tested with RB 19.01 Delphi 10.2.3 and 7 paper trays are available from Windows Printer Panel and from RB same 7 plus …Hi Paul,
1. Access the Delphi project options, select Delphi Compiler node on the left, then on the right add FMX to the Conditional defines.
2. Starting with RB 19.01, you can set TrbRestClient.DocumentService.Format to cont…Hi Thomas,
Thanks for updating your profile
From the Design workspace, define a Report.Paramet…Hi Ken,
You can using Report.Parameters[ ] and then bind the search criteria to the parameter.
Here's an rbWiki link with details.
in End User Reports Applying Selective Criteria Comment by nardmoseley April 2018Hello Aduna/Entwicklung,
1. Please update your profile with your real name. You can also add a signature to your profile.in Manual SQL Parameter to Subquery Comment by nardmoseley April 2018
Hi Gary,
For the next release, I'll modify TppCheckboxState to define the enums in the same order as Delphi TCheckboxState. Thanks for the feedback.
RB includes TmyCheckbox and TmyDBCheckbox. It does not have TppCheckbox or Tp…Hi Francesco,
I recommend purchasing the printer or have the client send it to you. You need the printer for testing. Its up to the printer manufacturer how they implement the functionality.
The example code you have there lo…Hi Francesco,
We've definitely had customers use RB to generate id cards, but we're not aware whether anyone has implemented a Zebra XPS solution for generating magnetic codes.
I Googled and found this ZMotif SDK+ Delphi examp…