nardmoseley
Comments
-
Hi Goran,
I researched this and created a patch for RB 20.02. I emailed it to you. RB Developers with an active license can email support@ and request the patch.
-
Hi Scott,
1. Delphi
The Form/DataModule is typically the Owner of the Report and its elements. You can use the owner's FindComponent(aName) method to return the component with the specified name and then typecast the result.Hi Robert,
Sales@ has sent the reply email with completed spreadsheet attached.
Hi Robert,
Please try sending a simple test message to sales@ with a copy to support@ and we'll try to get a dialog going. We have no record of receiving anything.
Hi Paul,
Define a Report.Parameters[ ] item and set the DataType. Configure AutoSearchSettings SearchOperator to poInList and SearchExpression to a comma delimited list.
Example:
ppReport1.Parameters['paCustNos'].…Hi Jeroen,
I researched further and sent you an example. The solution requires updating the TdaSQL fields and then refreshing the DataView DBPipeline fields.
Hi Javierus,
We do not provide tech support on rebuilding packages.
Please do not modify the RB source code, we can no longer provide tech support once you do this.
Hi Jeroen,
Try implementing Report.Template.OnLoadEnd to iterate over the QueryDataViews and call QueryDataView.OutOfSync for each one.
Here's an rbWiki example of How to iterate over the DatViews
in Datatype of database field changed from integer to bigint. How to update the reports Comment by nardmoseley March 2020Hi Alejandro,
The updates have been completed.
Hi Alejandro,
Thanks for the contribution.
We have updated the DADE plug-ins page with an entry for daRemoteDB.
http…Hi Alejandro,
Please send to support@Hi Alejandro,
Let us know and we can list your TMS RemoteDB plug-in on the RB DADE plug-ins page - along with your name listed as the author (page link below). We can host the download on our web server or add a download link to a file on…Hi Alejandro,
The architecture has been simplified, TppComponentList is no longer used.
For an example, checkout the Advantage plug-in, installed to Public Documents\Delphi x\Demos\EndUser Databases\Advantage\Native\daADS.pas.…Hi Goran,
Please download and install RB 20.01 Build 2 and perform the same test.
If you have issues with RB 20.01, please create a simple example project and send to support@ in zip format. The example can just be the report …Hi Arnaud,
This is controlled by Windows. You are correct HCU is the location. (I think HLM exists if HCU has not been setup by the user)
Hi Francesco,
You could try exporting the TcxRichEdit contents to a metafile and then use the RB Image to render the metafile to the printer.
The best solution would be to use InfoPower (or WPTools, TRichView) to render the rt…Hi Arnaud,
Windows MAPI uses the email client specified by the Registry Key
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail
Updating the Default key value would enable you to specify the Mapi client. Your app could do this …Hi Frank,
Yes.
We have installed Delphi 10.3.3 here and RB 10.02 Build 2 is working well.Hi Arnaud,
To specify a MAPI profile name, use Report.EmailSettings.UserName
For Outlook, you can add ppSMTPOutlook to the 'uses' of your application. This will register the RB Outlook COM plug-in and use that, rather than MAPI…Hi EdB,
The Printersetup.DeviceSettings property can be used to control the printer's proprietary features.
Checkout the RBuilder Help topic for TppPrinterSetup DeviceSettings property.
---
From the RBui…Hi Carlos,
Set Report.XlsSettings IncludeSingleHeader, IncludeSingleFooter, IgnorePageHeight to True. Check out the RBuilder Help topic for TppXLSSettings for details.
Hi Tom,
RB is using an expression to normalize the date. From Google, MS SQL does not accept expression for a Stored Proc param value.
Have a look at TdaSQL.FormatParamValue (daSQL.pas). Try commenting out the 'if (IsMSSQLServ…Hi Dave,
The RBuilder Help documents the components and their properties, methods, events. It is continuously updated for each release.
Select the GMap component and press F1 to display the topic. (Or launch the help and use th…Hi Carlos,
The patch restores compatibility.
A customer submitted a case where a region contained only a memo. The memo ShiftRelativeTo referenced a subreport above. But the Region ShiftRelativeTo was empty. That's an incorr…Hi guys,
I created a TrbRAFMerge utility. It uses ArchiveReader and ArchiveDevice to merge multiple RAF files into a single RAF file. I emailed it to each of you.
Developers with an active RB license can email support@ and re…Hi Frank,
When Memo is inside a Region, use Region.ShiftRelativeTo.
Hi Frank,
I send you a couple of patch files. (Developers with active RB 20.01 license can email support@ and request the patch).
The ShiftRelativeTo feature was supposed to be disabled for objects inside a container, such as …Hi Francesco,
I'm able to open the example .rtm with no errors. I tested with Delphi 10.3.2 and RB 20.01.
I also opened the .rtm with notepad and observe it contains Icon.Data. You might try removing that property and test whe…Hi David,
This works as in prior versions. Report.SaveAsTemplate is saved as part of the report definition (like all published properties).
You can implement the Report.Template.OnLoadEnd event to set default values, such Sav…Hi Dave,
Please create a simple example - either an .rtm file or a simple Delphi project we can build and run in the debugger. Use only standard Delphi components and RB. Copy data to ClientDataSet. Include only .pas, .dfm, .dpr. Send in …