nardmoseley
Comments
-
There are currently two upgrade prices to RB 7 Enterprise - the standard
price is US $275 and the legacy price is US $549. Pricing for future
upgrades will be announced as more detail about the releases are known.
Digital … -
Try using the Band.BeforePrint event to check the boolean property
DBMemo.Overflow or Band.Overflow:
if myDBMemo.Overflow then
{set font1 here}
else
{set font2 here}
--
Nard Mose… -
As a test try creating everthing statically at design-time and then printing
it in a background thread. Perhaps there is an issue in the code that
dynamically prints.
We really need an example to help you further. If you w… -
Yes, it is a BDE setting (sorry if I did not get the name correct).
There may be a setting such as 0 or -1 that is unlimited size. Search Google
Groups for this.
You can save your reports to an .rtm file and use the … -
If you are using the BDE, increase the setting for MaxBlobSize. That is the
most common cause of errors such as you describe.
Try perfoming the same test on an app that talks directly to the database,
rather than thru the Midas … -
Thanks for your interest in RB for Kylix.
There are no immediate plans to support Kylix. In the future if the market
develops, then we may pursue the opportunity.
--
Nard Moseley
Digital Metaphors Co… -
This is not an error that has been reported by any other customers. It is
likely a printer driver or video driver error.
Try downloading tehe latest printer driver from the manufacturer's web site.
--
Nar… -
Try setting subreport.KeepTogether to True.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
-
The DrillDown feature is working as designed.
The following example, shows how to manually control the detail query:
http://www.digi… -
-
There is no support for the mail merge to traverse records. An alternative
approach would be to write a utility routine that can do this. For an
example of searching and replacing tags in the RichText see
RBuilder\Source\ppRichT… -
1. Rather than nesting the sections with one another, an simpler approach is
to create a main report that has only a detail band (no header/footer). Then
place the sections in the detail band.
main
detailband
… -
There is a patch available for RB 7.03 and image printing. Please send a
request to support@digital-metaphors.com if you would like to receive the
patch.
--
Nard Moseley
Digital Metaphors
in Out of Memory Error on Windows 2000 and RB 7.03 Comment by nardmoseley December 2003 -
Please do not post questions to support@digital-metaphors.com and the
newsgroups. Choose one or the other.
This question is already being handled via support@digital-metaphors.com.
ReportBuilder opens all queries ass… -
Thanks for your interest in ReportBuilder for Delphi 8 .Net.
The Digital Metaphors creative team is currently working on migrating
ReportBuilder to the Delphi 8 .Net VCL platform.
We will announce more details about … -
Add ppJPEG to the uses clause of your application.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
-
For anyone else reading this thread, the issue was related to master/detail
data configuration.
ReportBuilder supports two different types of data linking: Delphi TDataSet
linking and RB DataPipeline linking. These type of… -
The Digital Metaphors creative team is currently working on migrating
ReportBuilder to the Delphi 8 .Net VCL platform. The goals of VCL.Net are to
enable easier migration to the .Net platform and to provide cross platform
compat… -
Yes - a C# version of RB is a goal for the longer term future.
In the nearer term, ReportBuilder for Delphi 8 VCL.Net is coming...
--
Nard Moseley
Digital Metaphors
in C#Builder Comment by nardmoseley December 2003 -
Have not heard of this before.Sounds like an initialization problem
somewhere. Make sure that the user account under which the application is
executing has full access rights to all of the printers.
Try modifying your Del… -
What BarCodeType are you using? Let me know how I can test this.
I performed a simple test in RB 7.03, the alignment property seemed to be
honored for all types except EAN-13, and EAN-8. These two symbologies will
not supp… -
The best approach would be to use ReportBuilder Server Edition to implement
the web based reporting functionality and use IntraWeb for the other parts
of the application. I do not know much about IntraWeb, but we have examples
o… -
From the report designer, select View | Toolbars | Data Tree. The tutorials
in the Developers Guide contain an example of using the drag and drop
features of the data tree.
--
Nard Moseley
Digital Metaphor… -
This is not a current feature of RB.
You could try placing an image behind the text element.Another approach
would be to create a custom component that does this. For an example of a
custom component see RBuilder\Demos\RCL… -
You can specify Sales and Cost as value dimensions. They will be displayed
in the same cell, one on top of the other. You cannot control the format and
have them print side by side - I think that is what you are asking.
--… -
1. Add a TppVariable to the main report: myVariable1.
2. From the RB Designer Calc workspace select View | Module.
3. In the Global Declarations declare
var
gMyVariable1: TppVariable;
4. In the Global.OnC… -
Thanks for your interest in ReportBuilder for Delphi 8 .Net.
The Digital Metaphors creative team is currently working on migrating
ReportBuilder to the Delphi 8 .Net VCL platform.
ReportBuilder is a complex product a… -
All of the forms in RB load their strings from the RB language resources.
The only reason captions would be missing is if you use a tool that removes
the strings from the RB language resources. You said you are using
Multiliz… -
Try redesigning your application to be built with run-time packages rather
than using a .dll. Delphi packages (i.e. .bpl's) are .dll's that have a
special format that makes them easy to use. When you build your application
you c… -
Only subreports set to PrintBehavior = pbSection and NewPrintJob = True can
start a new print job.
--
Nard Moseley
Digital Metaphors
http://www.digi…