nardmoseley
Comments
-
We use Win 7 64 bit here.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
I emailed you a patch. Registered RB 14.05 developers can email support@ and
request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
www.digital-metaphors.com/rbWiki/Output/Preview/Troubleshooting%3a_Endless_Pages
Going forward hope you will be upgrading your development tools.
ReportBuilder has evolved a long way since RB 6.x - and Delphi has evolved a
FooterBand is limited to phStatic, cannot be phDynamic. (Right mouse over
the Footer and you will see the option is disabled).
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try rebooting your machine. Then run Delphi and try it again.
When I encounter an issue with BDE, it can be resolved by closing down all
my apps, particularly if I have two Delphi instances running at the same
time. Or in an e…
I think Nico misunderstood your post.
1. We use Windows 7 64-bit here daily and all the demos work great when
compiled with Delphi XE2 32-bit compiler - which is the default compiler.
The error you are encountering indic…A customer emailed an example report to support@ that was saved with the
incorrect order. I created a patch for RB 14.05 that will fix the designer
layer order - when the report loads - forcing the foreground to be the last
layer. …In a prior release I think there was a bug that allowed the PageStyle to be
in front. To fix the report, select the PagesStyle node in the report tree.
Use the object inspector to set the OrderIndex property to 0.
-
Nard …I tried a simple test at Delphi design-time and also at run-time. I select
the Report | PageStyle menu option and then page style and page layer are
created. I can then select either the Foreground layer or the PageLayer.
Plea…1. I recommend writing some code to initialize the parameters with the
correct values. Delphi has a DateUtils unit that has many date functions.
Particularly useful are EncodeDate/DecodeDate. If you don't see a function,
you could …I researched this and created a patch for RB 14.05. Please send an email to
support@ and request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Starting with RB 11 the default location for RBuilder.ini is
($LocalAppData)\RBuilder\RBuilder.ini which at run-time resolves to the
user's local app data folder - C:\Users\[Username]\AppData\Local\RBuilder.
This in complianc…Try...
if myReport.InitializeParameters then
myReport.PrintToDevices;
The above will fire the RAP GlobalOnCreate and the Report
OnInitializeParameters events.
-
Nard Moseley
Digital Metaphors
I emailed you a couple of patches for RB 14.05 that I think will resolve
this issue.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Delphi form inheritance is handled primarily by the Delphi IDE. Have not
heard of the 'Revert to inherited' feature before but researched it. I
created a simple test here using Delphi XE2 and RB 14.05. I created an
ancestor f…This is not a known issue. Perhaps you can provide exact steps to reproduce
the issue or create a simple example that we can build and run here. Please
send to support@ in zip format.
If you are using the Calc workspace to im…I created a patch for RB 14.05 that resolves this issue. Registered RB 14
customers can email support@ and request the patch.
From your description sounds like you are exporting to Quickbooks quite
often. You might want to cre…
XML is text, therefore my guess is the Delphi TDataSet will treat this as a
string/memo field. What data access components are you using to access
Oracle? Try a simple test, place a query dataset on a form and connect a
DBMem…In a test here using RB 14.05, I cannot reproduce an issue. I created a test
report using the customers table from the Delphi DBDemos database. I have a
DBText connected to the Country field, I have the Border turned on. In the
DBT…
Try setting Report.Template.IgnoreErrors to true
-
Nard Moseley
Digital Metaphors
ww…
I will add this to the requested feature list. The Design Layer concept is
focused on facilitating editing of the report. Perhaps we can consider
expanding it going forward.
For now you can write a utility routine to acc…We only provide tech support to Delphi developers that use ReportBuilder to
add reporting functionality to their Delphi applications.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
You can use the DesignLayer.LayerOptions to control which designer options
are available to the end-user. You can set this at Delphi design-time or via
code. See the RBuilder help topic for TppDesignLayer LayerOptions for
det…
We are still researching a solution for this issue. Thank you for the
feedback, this is an issue that we would like to resolve.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks for the feedback.
1. A grid / table has also been requested by others - thanks for your vote.
2. We will add this to the requested feature list. Although a Region cannot
be placed inside a Region, it is possible to…1. One option is to design a report layout, save it to an .rtm file and then
load the .rtm file into a subreport.
2. Another option is to have a subreport that references a report that
resides on another form. This example sho…
For Unicode VCL (Delphi 2009 and later), call ProcessWebRequestUTF8 as shown
in the two examples below.
Examples:
Response.RawContent :=
rsWebTier1.ProcessWebRequestUTF8(Request.QueryFields, Request.RawCon…1. Check whether the customer's machine has Outlook configured as the
default email program. The most common issue is that no default email
program is specified.
in Email sending fails Comment by nardmoseley August 2012
I cannot reproduce an issue in my testing here. I tested preview and then
from preview I print to PDF using the RB built-in PDF export. I'm using RB
14.06 in my testing. I set Pen.Mode pmCopy, Style psClear. Simplest way to
s…Try using a Variable with the default timing options and the OnCalc event.
For a DBCalc in a footer, try testing with RB 14. This was a known issue in
very old RB versions.
-
Nard Moseley
Digital Metaphors
…