digitalmetaphors
Comments
-
You should be able to create a calculated field on the dataset, also sort
the data by that field , and then base the report group on that field value.
Usually there is a Month function you can use on your database when you
submit the … -
The word wrapping logic hasn't been modified since 5.56. Can you send us
the memo text that is giving you the problem? We can download the fax
printer driver and try it here. Send the text to
support@digital-metaphors.com and the n… -
I just created a report using the Delphi Midas Adhoc demo and placed a
report on it and it preveiwed the data for the query in that demo. Moving
through the pages in the preview worked correctly. Is your query configured
to be bidir… -
There is an add on component called TExtraDevices which you can use to print
to more output formats, such as RTF, PDF, HTML, and more. You can print to
RTF and then import that into Word with text and images.
Cheers,
------------------------------------------------------
Artice: ReportBuilder International Language Support
------------------------------------------------------
ReportBuilder includes built-in support for 11 international lang…I'm running 6.02 and don't get this problem. PLease, upgrade to 6.02 and
retest this report. If the problem persists, then send an example to us at
support@digital-metaphors.com
Cheers,
Jim Bennett
Digital…I assume you are using DADE linking? Try 6.02, as we have put in fixes to
DADE for the latest release.
Cheers,
Jim Bennett
Digital Metaphors
Toggle the DirectDraw and Transparent properties, to see if that helps.
Most printers can't handle transparency very well.
Cheers,
Jim Bennett
Digital Metaphors
Are the TppField objects getting created on the datapipeline? Access the
FieldCount property to check this. If the visible datapipeline is connected
to the dataset and the report, and the report is connected to the designer
then the…1. When are the pipelines created and set to visible?
2.
3.
4. You shouldn't need to set the pipeline to visible to get the rulers. If
you create a new report from scratch do the rulers appear?
5.
6. Check the Designer.…1. Make sure the datapipeline is set to visible = true.
2. Can you send us your report that is in the 4.22 format, so that we can
trace through the conversion routines to see what is happening.
3. Detail datapipelines are …Be sure to disconnect the main report's datapipeline property. You should
be able to run that report in that configuration. I just created a simple
report with that basic layout, and it printed correctly. Can you send a
simple demo t…I sent you the patch.
Cheers,
Jim Bennett
Digital Metaphors
The datapipeline should activate a closed query when the report is run.
Check the data pipeline connections. Be sure that the datasource is
connected to the datapipeline and that the datapipeline is connected to the
report. Can you p…We haven't had any reports of a problem like this. If you can reproduce the
problem, let us know the requirements and we'll research it further. If it
happened at runtime, then it should be reproducable?
Cheers,
I'm able to connect to our website from a remote connection.
You are allowed to have mulitple report components on a form. I just dropped
two reports on a form, both Report.ModalPreview := False and previewed both
of them. I th…Sorry, we haven't rebuilt the package yet for IP 3000. You should be able
to get it working by changing the requires of rbIP66.dpk to include rbRCL66,
ip3000v6, and vcldb. I did so and the package compiled and installed. I
was able…Yes, with RB professional, you have all the source necessary to rebuild RB's
packages, and you can add the version information. FYI, RB Enterprise has
RAP, and this is the only source we do not provide.
Cheers,
We're going to look into adding build version numbers. Can't promise we'll
have it in the next release, but it has been requested before, and it
appears that it certainly would be helpful to start adding them. Thanks for
the feedbac…It is working as designed. The region can contain a subreport and should be
able to KeepTogether even if there is a stretching subreport inside of it.
Cheers,
Jim Bennett
Digital Metaphors
Yep, the demo was built to break over multiple pages for another customer.
You are going to need to place a region in the summary band that is the size
of the summary band and is set to Stretch and KeepTogether. This should
cause the…You can use the summary band and set its PrintPosition property so that it
prints on the bottom of the page. If the summary band is static height then
this isn't much of a problem, as the PrintPosition is simply the page height
minus …You could use a TppVariable and use its OnCalc event(which fires only once
per its timing dialog settings) to populate the memo with text.
Cheers,
Jim Bennett
Digital Metaphors
I've sent you the patch for 6.02. Sorry I overlooked your message.
Cheers,
Jim Bennett
Digital Metaphors
--------------------------------------------------
Article: Troubleshooting problem such as
"Initialization of the DLL
WINNT\..\Drivers\..\HPBFDF0.DLL failed.
------------------------------------------------…If you can't change the margins, then you can create a draw line command
object. Use the OnEndPage event of the report to print the line anywhere in
the printable width of the page. Here is a demo which draw two vertical
lines from t…Use the AutoSearch feature. There are some demos in your installation of
..\RBuilder\Demo\Autosearch
For best results, you will want to change the dataset before running the
report, not while the report is running.
See the help f…Use a TppVariable component and use its OnCalc event in RAP to grab the
field value from the pipeline. Then if your condition is to change the text,
you can do so in the OnCalc event, which should only fire once per data
record. The O…HP laserJet 4 doesn't support custom paper sizes.
Cheers,
Jim Bennett
Digital Metaphors
Is the form ever closed? I see where report.Print is called and OnClose is
coded with a caFree, but where is the Release or Free call on the form
object?
-
--
Tom Ollar
Digital Metaphors Corporation