nardmoseley
Comments
-
Hi Tania,
A Windows Service has different requirements than a VCL app.
A couple of basic things to check
- typically runs under a different windows user account. You may want to create a special account for the wind… -
Hi Kennedy,
For details check out RBuilder Help topics for TppXlsxReportDevice and TppXlsxDataDevice.
-
Hi Jurgen,
There is a public class method TraCodeModule.SetLegacyStorage. Call at app startup.
uses
raCodMod;
TraCodeModule.SetLegacyStorage(True);Hi Guillermo,
The demo requires running IIS and configuring it to read the pages from the cache. The WebTier is running in Delphi, the generated pages contain http links to images and other pages residing in the cache directory and are re…Hi Ueliton,
Testing with Delphi 11.3 and RB 22.02 it is working. I used the RB EndUser ReportExplorer demo for testing.
The RB Image component uses Delphi's TOpenPictureDialog.
Try testing TOpenPictureDialog - so…Hi Jean,
Decreasing BarWidth property will result in shorter length. For Code 128 TppBarCode defaults BarWidth to 0.254 mm. Perhaps check your barcode reader for definition of valid range. I tried Google but did not find a definitive a…Hi Dmitri,
Received email and are researching, will followup via email....
Hi Jean,
BarCodes must to adhere to the specification defined for the symbology (BarCodeType).
Code128 details are here
https://en.wikipedia.org/wiki/C…Hi Maurice,
I created a patch for RB 22.02 that resolves the TppWICDevice issue. TppWICDevice is great solution for exporting reports to TIFF, by default exporting all pages to a single TIFF file
RB developers with an active l…Hi Yuki,
I emailed the patch.HI Peter,
Great to hear - thanks for the feedback.
RB 22.02 contains mods to address an issue that in some cases could cause slower performance.Hi Steve,
I emailed you a couple of patches for RB 22.01.
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…