nardmoseley
Comments
-
Hi Daniel,
RB references your Delphi connection object.
As an example, for ADS you would have an ADSConnection object on the form/datamodule and it will contain the connection params. These can vary by installation/location. F… -
Hi Rama,
I researched this and created a patch for RB 20.03.
Please email support@ and provide registration info: Company, Contact, Email, and SerialNo for the license and request the patch.
-
Hi Jacques,
I tested the RB DLL demo and did not encounter any issues. The demo is installed to
c:\Users\Public\Documents\RBuilder\Delphi x\Demos\DLL
There is a CallDLL project and a FormDLL project. Have a look at t… -
Hi Gerhard,
I emailed you the active serial numbers for your licenses.
-
Hi Jeroen,
We're still researching it and will post a follow up here. For now, I recommend using parentheses ( ) to specify precedence.
-
Hi James,
The Delphi unit Data.FMTBcd contains some conversion functions: BcdToDouble, BcdToCurr
uses
Data.FMTBcd;
function TForm1.ppJITPipeline1GetFieldValue(aFieldName: string): Variant;
begin
R… -
Hi Emile,
You need to upgrade to RB Enterprise.
RB Enterprise includes the run-time Pascal environment (RAP). These units are prefixed with 'Tra' - such as raCodMod. End-users will need the Designer Calc workspace, to include … -
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…