nardmoseley
Comments
-
Hi Tom,
We have on our 'ToDo' list to implement an HtmlEmailDevice for a future version.
The RB HtmlDevice is optimized for the web browser - it uses positioning as you noted.
There is no email standard for Html, b… -
Hi Dusten,
The events are firing correctly. (There was a bug in a prior version)
Try setting Report.CachePages True. Then for Preview all the pages will be generated to cache - unless there are over 100. You can use PreviewFor… -
Hi Tresor,
Correct. A patch is a bug fix available to developers with an active license. Future releases include the fix. I recommend upgrading your license and going forward participating in the subscription. That provides the best valu… -
Hi Francesco,
For web/threaded apps, I recommend using a DataModule containing the TppReport and data connection component. Call it TMyReportModule. To handle a web request, create an instance of TMyReportModule and call a public method,… -
Hi Phil,
I emailed you a patch to resolve this issue. Developers with an active RB license can email support@ and request the patch. -
Hi Ueliton,
Are you using Sybase ASE or ASA? Which Sybase version?
These links indicate that Select Top is supported
https://razorsql.co… -
Hi Jens,
Try using Report.AbsolutePageNo, that property returns the current PageNo being generated.
-
Hi Jens,
I'm not able to verify your license status, please send license details to support@. Include Company, Contact, email, serial number. -
Hi David,
I researched this and created a patch for RB 20. Developers with an active license can email support@ and request the patch. -
Hi Robert,
Please re-read my prior reply, 'Check the RBuilder Help topic for TdaSQLBuilder for details.' (TdaSQL is a different class).
-
Hi Rob,
I'll add this to the requested feature list.
There is no way for you to add this.
Thanks for the feedback.
-
Hi Robert,
RB uses standard Delphi streaming, as defined in System.Classes. I reviewed the Delphi source, the ObjectBinaryToText procedure adds the ' +'. It's hard coded, no way to get around it.
The other approach to convert… -
Hi Eduardo,
RB 20 Build 2 is built with Emb run-time package compatibility patch. You can give it a try. Officially we are supporting the 10.3.2.
We build RB with the latest Delphi updates applied. Emb is supposed to preserve … -
Hi Tommy,
I created a patch for RB 20 to resolve this issue. (I emailed you the patch).
Developers with an active RB license can email support@ and request the patch.
-
Hi Robert,
If your main application is built with a prior version of RB, then it will not recognized new properties introduced/saved by RB 20.
Possible Solutions
- use the same older RB version as the main app to perform… -
Hi Igor,
Your recommendations will be implemented and included in the next maintenance release.
Thanks for the excellent information. -
Hi Ken,
There is now a patch available to resolve this issue.
Developers with active RB 20 license can email support@ and request the path.
-
Hi Robert,
Iterate over the .rtm's and for each, use Report.Template methods to load the .rtm. Then set Report.Template.Format to ftASCII and then call Report.Template.SaveToFile
Report.Template.Format defines ftBinary as the d… -
Hi Jeroen,
RB relies upon Delphi TPicture.
I reviewed the Delphi TPicture source code. It contains logic to write Picture.Data as an internal binary property. The logic writes the graphic ClassName followed by image stream. S… -
Hi Igor,
- Below I pasted the Archiving section from the RB 20 New Feature list.
- I think its too late to change the record format, would break archives created with RB 20.
Archiving
---------
- ne… -
Hi Jeroen,
You'll need to edit the old templates as text and replace the DevEx PNG class name with the Delphi PNG class name.
-
Hi Laurence,
RB leverages Delphi's TPicture/TGraphic architecture.
Here's an example:
lGraphic := ppLogoImage.Picture.Graphic;
if (lGraphic = nil) or… -
Hi Joe,
For dmMain.pas, add the following code to the DataModule OnCreate event
Database1.DriverName := 'SQLite';
Database1.Params.Database := 'C:\Users\Public\Documents\RBuilder\DemoData\RBDemos.sdb';
-
Hi Alex,
Thanks for providing the example.
The D2007, RB 12.04 example contains references to 3rd party graphic/image components:
uses
EnTifGr, PngImage1, EnJpgGr;
The XE7, RB 19.03 example does n… -
We're researching a solution. This error is isolated to unloading the RB design-time package for Delphi 10.3. It does not affect using RB in Delphi or applications built with RB.
-
Hi Julio,
What is the specific error message you are receiving? What RB version did you have installed before? Please provide details.
I performed a test install of RB 20 Enterprise for Tokyo 10.2 and it worked correctly.
Hi Bohdan,
Yes, RB 19.04 includes support for Delphi 10.3.2.
Hi Dirk,
I recommend creating more apps. Dedicated REST Server app. Report Designer app, etc.
REST Server App
- create a DataModule call it 'myReportModule'. Add the report, datapipelines, data connection, etc. Add one …Hi Giuseppe,
We only have resources to provide tech support to Delphi developers with an active ReportBuilder license. If you meet these requirements, please send license details to support@.
Hi Yusuf,
There are no known issues with RB.
I'm not clear, sounds complicated. You state 'we have Report.ShowPrintDialog=false' and later ask about how RB sets up the the print dialog? When ShowPrintDialog False, no print dia…