nardmoseley
Comments
-
Hi Nicolas,
My bad, this should work...
ppDesigner1.Form.DesignControllers.DocumentController.AutoSave.Enabled := False;
-
Hi Nicolas,
1. To prevent Designer Save As prompt, implement the Designer.OnShow
ppReport1.SaveAsTemplate := False;
2. To disable AutoSave
ppDesigner1.Form.DesignControllers.DocumentController.AutoSav… -
Hi ?
Please modify your support forum account to use your real name.
-
Hi Eric,
Digital Metaphors only has resources to provide tech support to active licensed customers.
With an active license you qualify to open a tech support case for issues with the latest release (currently RB 19.02. )
… -
Hi Wilton,
Please do not post RB source code, I deleted your post.
Your request is on the ToDo list.
In the future please use support@ for private content.
-
Hi Claudio,
Here are tips for implementing RB DataSnap.
1. First step is to implement RB DataSnap Server and Client.
I just updated rbWiki to included the latest RB DataSnap example. (DataSnap has evolved over time… -
Hi Wilton,
I just updated the example, if you want to download the code example again. Check out the main form implementation section, there are {$R} references to include the required res files.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 …