nardmoseley
Comments
-
------------------------------------------------------
Article: TroubleShooting: Report Prints Endless Pages
------------------------------------------------------
Occasionally, we have customers state that their reports a… -
I think RB 6.02 supported TeeChart 4.02, 4.03 and 5.01.
Sorry, but there has to be a limit to the number of TeeChart versions
that RB supports. RB for D5 is supporting 3 versions of TeeChart.
RB for D5 supports TeeC… -
From the RBuilder.hlp contents select TeeChart | Delphi 5. The topic
there states that there are three versions of TeeChart supported for D5:
5.02a, 5.01, 4.02.
You might be able to recompile the packages in RBuilder\TeeCh… -
uses
ppPrintr.pas;
begin
ppPrinters.Refersh;
end;
-
1. You need to move the following code to the Report.BeforePrint event.
The Report.FileDevice will return nil until it is created by the
Report.Print method.
if (ppReport1.FileDevice <> nil) and
… -
Sorry, but do not know what would cause this. Try to create a simple
Delphi project that demonstrates this issue and e-mail to
support@digital-metaphors.com. Then we can run it in the debugger.
-
A quick glance thru this e-mail and one thing pops out me. You are
trying to use unidirectional datasets. Sorry, but ReportBuilder does not
support unidirectional datasets. Try setting Query.Unidirectional to
False and retest.
Try this with Delphi's DBRichEdit and see whether you get the same
results. Internally RB is doing something like DataSet.Field.AsString.
Remove all version of rbRCL55.bpl and rbRCL55.dcp from your system
except as follows.
1. rbRCL55.bpl should be located in Windows\System (or System32 for
NT/Win2K)
2. rbRCL55.dcp should be located in RBuilder\L…
Try something like this:
var
lImageStream: TMemoryStream;
lGraphicClass: TGraphicClass;
lGraphicClass := TBitmap; {or whatever class}
lImageStream.Position := 0;
lGraphic := lGrap…
Sorry, did see this post.
It could be that has some effect - to test you would need to comment
that code and try running the report that way. The print dialog is
supposed to modify the printer's DevMode structure. DevMode …
Do not know why this would happen. As an experiment, try setting
Report.SavePrinterSetup to true.
The user would need to set this option each time they print. They would
need to set this option from the report's print dialog - by selecting
the Properties button.
The other option would be to set the color from the Wind…
This message has been cross-posted, see the DADE newsgroup.
Please do not cross-post messages.
Please use your real name when posting to the RB newsgroups.
Currently your name appears as 'AA'.
Please see the Announcements newsgroup and read the Newsgroup Guidelines
article.
TIA
You can use the ReportTree tool window to navigate subreports
efficiently.
Select View | Toolbars | Report Tree. A toolwindow will appear that
shows a TreeView of each report and subreport in the top pane, the
report …
Each data-aware control in RB has a datapipeline property and thus can
be connected to a different datapipeline. Using a JITPipeline with a
RecordCount of 1 is another good way to pass parameter info to a report.
AutoSearch, as …
Use Report.DetailBand.BandsPerRecord to indicate the number of time you
want the detail band to print for the current record. You can set the
property in the DetailBand.BeforePrint if you need to vary its value for
each record.<…
Here is an rbWiki example that shows how to create DataViews via code.
http://www.digital-metaphors.com/r…
Thanks for your interest in RB Server!
1. Does RB Enterprise V7 support D5?
We currently have D6 available and will be releasing D7 compatibility
shortly after we receive the D7 CD from Borland.
D5 will be…
Thanks for the feedback.
We will have RB 7 for D5 availble - hopefully in the next few weeks.
Right now …
Thanks for your interest in RB Server.
We will be releasing a trial or demo in the near future. We'll make an
announcement at that time.
If you are using the BDE then the following is applicable:
--------------------------------------------
Tech Tip: Trouble Shooting Error Loading
Report From Database
----------------------------------------…
My guess is that a hosting service can offer any variety of services so
it probably depends on your particular service company and agreement. If
you have your own dedicated machine then they will likely allow it, if
…
I invite you to download the RB Server Trial Edition and check it out
for yourself.
Sorry to not address your ASTA question. I was hoping an RB/ASTA
developer might respond.
I know that we have customers using RB and ASTA, however I do not know
whether any of them have tried to use RB on the server side. …
Sounds like you are trying to build a report server. If so, you should
definitely check out ReportBuilder 7.0 Server Edition which we just
released last week. (See details below.)
From your prior post, sounds like you wan…
Dionysus will include a full license to ReportBuilder Professional.
ReportBuilder Professional can be upgraded to ReportBuilder Enterprise
or ReportBuilder Server - please see the order section of our web site
for pricing…
I recommend that you download a trial version ReportBuilder Server
Edition.
Please see the information below and check out the new Server newsgroup
at news.digital-metaphors.com.
RB Server Edition is a RAD solu…
Perhaps try compiling with packages - I do not know whether that would help.
RB has to store strings to support international languages.
--
Nard Moseley
Digital Metaphors
in RBuilder, Win9x and XP incompatibility Comment by nardmoseley October 2002