nardmoseley
Comments
-
Hi Nick,
RB 17 can export and Memo and RichText to comma-delimited files.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Hi Stefano,
When updating FormatSettings, also update RB's ppFormatSettings
example:
uses
ppUtils;
begin
FormatSettings.DecimalSeparator := ',';
FormatSettings.ThousandSeparator := '… -
Hi Stefano,
Two main differences with a web app.
- typically runs under a different windows user account, so make sure that
user account has the required rights, drivers, resources
- web apps are multi-threaded… -
Hi Luka,
I recommend downloading a trial version of RB 17 and perform the same test.
In my testing with RB 17 AlignBarCode ahCenter is working.
Hope you will be upgrading to RB 17 and participating in our new
subscr… -
Hi Bill,
As a start, try working through the RB Developers Guide tutorial
on creating a crosstab report.
Next, run the crosstab demos project, select an example and view it in the
cross tab designer. Make changes and… -
Hi Bora,
For report templates, the PrinterSetup is saved/loaded from the .rtm file.
The Report.Template.OnLoadEnd event to can be used to modify properties from
what was saved.
For archives, the PrinterSetup is save… -
Hi Bora,
Set Report.PrinterSetup.Duplex to dpDefault to use the default Printer
default duplex setting
Old versions of RB did not have the dpDefault option. The dpDefault is used
to honor the printer default setting… -
Hi Chau Chee Yang,
I emailed you a patch for RB 17.02 that resolves this issue. Registered RB
17.02 customers can email support@ and request the patch. This issue is only
with Delphi 10.1 Berlin, which require some mods to the… -
No that will not work.
Let's say you do that. Then your app loads a form that contains TppDesigner
which configures IniStorage to reflect its TppDesigner.IniStorageName
property.
Best regards,
Hi Carsten,
In your application, find all instances of TppDesigner and update
TppDesigner.iniStorageName
($LocalAppData)\Evident\RBuilder.ini
If you application does not use TppDesigner, then you can specify th…
If you would like to create a simple example project that I can run in the
debugger, I can test it with the patch I created. Please use standard Delphi
components and RB. Use the RBDemos data or copy data to TClientDataSets.
Hi Chouk,
In my testing, the Column sort for soNone is working, but the Row sort for
soNone is not. I created a patch for RB 17.02 to resolve the issue. If you
purchase the registered version, you can email support@ and reques…Hi Carsten,
There are no known issues such as this and cannot reproduce it here.
If you would like to create a simple example project that I can build and
run here in the debugger I can test it. Please use standard …
There is now a patch available for RB 17.02 that resolves this issue.
Registered user can email support@ with serial number and registration
details and request the patch.
Best regards,
-
Nard…Hi Sergio,
I'll research it and post a follow up here.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
HI Nick,
Here is an rbWiki 'How To' example for iterating over the RAP programs via
code:
http://www.d…Hi Sergio,
In the future, for a new question please start a new thread
For XlsReport/XlsxReport conf…Hi Ian,
When loading a report template from database or file, then the saved
properties are used.
Options:
1. After loading the report, set the Report.Icon property
or
2. Open the report i…Hi Ian,
The Report.Icon property can be used to specify an icon for the preview
form.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Hi Ian,
Check out the RBuilder Help topics for TppXLSDataDevice/TppXlsxDataDevice
and TppXLSReportDevice/TppXlsxReportDevice.
Best regards,
-
Nard Moseley
Digital Metaphors
Hi Ian,
To use Variable, set DataType to dtInteger. In the OnCalc code
Value := Value = 1;
The timing of the Variable.OnCalc is such that it using Detail.Count does
not work.
Hi Ian,
To number rows use try using the DBCalc component set to dcCount. Optionally
leave the datafield unassigned.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metapho…Hi Mauro,
Please email support@ and provide a simple example or steps to recreate each
issue.
In my testing I cannot recreate the behavior.
For example projects please use standard Delphi components and RB. Cop…Hi Mauro,
Please email support@ and provide a simple example or steps to recreate.
In my testing I cannot recreate the behavior.
For example projects please use standard Delphi components and RB. Copy the
data …Hi Ralph,
The Bin integer values vary by printer driver, there is no standard. The
Windows API docs define constants for dmPaperSize, dmDefaultSource etc. See
the link below. However, what you find in testing printer drivers i…Hi Ralf,
The PrinterSetup.BinNames returns the list of paper trays from the driver.
You might check whether for the different language drivers, the BinNames are
in the same order. Then you could use the same Index to set …Hi Ralf,
I would try the simple test report w/different drivers on same machine. If
it works with other drivers, then it must be the driver. You could then try
downloading the latest driver from the manufacturers web site.
Hi Ralf,
The Subreport.NewPrintJob feature only works when Subreport.PrintBehavior is
pbSection.
This feature has been in place for many years - never had any reported
issues. Internally the feature creates a separa…Hi Paul,
Please provide steps to reproduce or create a simple example project that I
can build and run in the debugger. For example projects, please use standard
Delphi components and RB. Use the RBDemos database. Send in zip …HI Sergio,
ReportBuilder can export PDF's correctly, it does not use the screen
resolution.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com