nardmoseley
Comments
-
Other options instead of ShortString, use fixed sized arrays char. For
example, AnsiChar[80] or Byte[80] or for Unicode characters use
WideChar[80].
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com <… -
Had another developer email a question about this yesterday.
There is an example in RBuilder\Demos\EndUser\MDI. Run the example and
access the report designer. Then select File | Save As and then select File
| Open.
I recommend updating to RB 11.05, which contains a couple of fixes for
intermittent AV's reported by other customers. Often an intermittent AV is
caused by a memory corruption that occured somewhere in the application.
Using …
Your technique of using component streaming is a great solution.
Currently the Report.Bands[ ].Objects[ ]…
RB 11 has a new PrinterSetup.DeviceSettings property that contains the
complete printer setup DevMod structure - which includes all custom
settings/features that the printer supports. There are also new methods for
saving De…Hi,
For RB 17, nothing has been added, Windows will load the dlls from the usual
places
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
You need to limit code modifications to the Implementation section of the
unit. Do not modify the Interface section. Do not add new properties or
methods etc.
--
Nard Moseley
Digital Metaphors
www.digita…
You would need to modify the TppResourceManager.LoadResourceModule method
(ppUtils.pas). Currently the method uses only the resource module name, with
no path info. You could add some code to add the path info.
--
…Only one Language can be included in the .exe. The other Language will
reside in resource modules.
If you try to include more than one Language in the .exe, you will receive
duplicate resource errors during linking.
Perhaps this applies to your situation….
--------------------------------------------------------------------
Article: Migrating Master/Detail reports from RB 5
-------------------------------------------------------------…
Thanks for the positive feedback on RB 11!
ReportBuilder does not contain any functionality to monitor th…
Thanks for reporting this issue - it will be fixed for the next maintenance
release. (The fix requires modifying the implementation section of a unit,
therefore it cannot be fixed with a patch.)
The OnGetDisplayFormats e…
The query definition contains an object based description of the SQL. To
generate the SQL command text the database meta data is used. For RB 11 the
performance has been optimized.
--
Nard Moseley
Digita…
RB 11 includes performance improvements for the meta data access.
Try downloading a trial version of RB 11 and perform the same test.
--
Nard Moseley
Digital Metaphors
www.digital-metapho…
1. Paper Trays
The Report.PrinterSetup property can be used to control the paper tray. If
you want a single report to print to multiple trays, you can use Subreports
set to PrintBehavior pbSection. Each 'Section' can rep…
3a. Error message "Class TdaIBOQueryDataView not found"
This error indicates that IBO-Plugin for DADE is not present. If you are
testing at run-time, you need to include daIBO in the uses clause of your
application. If …
Report.Parameters[ ] are typically used to pass values to the report.
You can implement event-handlers, using Delphi code or RAP code, that access
the Parameters and modify the report.
--
Nard Moseley
Dig…
Your are faced with a frustrating challenge. You do not know ReportBuilder
and you did not create the original reports. Reviewing the demos might seem
like a waste of time to you, but I think it is the quickest path to a
solu…Bill,
I have corresponded with you quit a bit via email. Have you followed any of
my recommendations?
There are now patches available for RB 11.05 for both of these items.
Registered users of RB 11.05 can email support@digital-metaphors.com and
request them.
Thanks for reporting these two issues. (The second issue I coul…Try...
if myDBImage.Picture.Graphic.Empty then
// no picture
else
// picture loaded
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
RB Server Edition includes RB Enterprise and RB Server.
--
Nard Moseley
Digital Metaphors
fast answer - soon
Our goal is to have something available by the end of next week. We arePlease see my reply to the post 'When RB for Delphi 2010?' on 8/27/2009
--
Nard Moseley<…
I researched this. When Font.Color is clWhite and Memo.Transparent is True,
there are some issues with drawing and editing in the Design workspace.
These will be fixed for the next maintenance release. (We are not able to
mak…
I emailed you a patch for RB 11.06 that addresses this issue. Registered
users of RB 11.06 can email support@digital-metaphors.com and request the
patch.
--
Nard Moseley
Digital Metaphors
www.…
Try using FastMM or AQTime to check the application for memory/resource
leaks. We use both of those tools here.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
When the report is generating the image must always be re-sized. So we can
modify it to this
if not(pppcDesigning in DesignState) or (Printing) then
spSetBounds(spLeft, spTop, 0, 0);
-- …It was received at all three. You should receive a reply, if not post a
follow up here. Make sure you configure your spam/junk filters to allow
email from our domain (digital-metaphors.com).
--
Nard Moseley
Digital …Please sending another email to each of these addresses: sales@, info@ and
support@ and then post a follow up here so that we can look for it.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com