rbuser
Comments
-
Look in "tech-tips" - "Calculations" - "Tech Tip: Calculating a Summary
based on Group Totals"
Might be the one you saw before...
EdB
-
For example, RB demo report n. #17 Sales by employee, on preview i
can see the datetime and page no. but not on print
D7 / RB 10.02
-
The error that I'm getting with this is Could not run program:
Group2OnGetBreakValue. That is the exception that is being raised. We are
loading a template at run time. We are building all of the data objects
needed by the curre… -
Well I pulled it up as a text file and found no references to the group2
OnGetBreakValue event. Anything else I can try?
David Looney
Autostar Solutions, Inc.
-
Hello Nico,
thanks for your help, but, I look that demo, and I don't find anything about
to replace a string into RichText... I found only to change Attributes...
I try:
ppRichText1.SelectAll;
StringReplace(ppRi… -
Hello Nico,
I try:
StringReplace(ppRichText2.SelText, ':ano:', Ano, [rfReplaceAll]);
but my ppRichText2.SelText show me nothing.... empty... I try
ppRichText2.Text, and show me RichText2... how I get the text i… -
Hi Nico,
Thanks for your reply. Could I request that diagonal lines be included as a
enhancement in the next major version of ReportBuilder? (Maybe expanding the
tppLine to include lpdiannolleft and lpdiagonalright as part of… -
Thanks Nico!
I'll give this a try.
Best Regards
Adam.
-
Hi Nico,
I'm using reportbuilder to create some certificates that are used by
government authorities. The layout consists of areas, broken up into 'boxes'
with text. The first box may contain a Location details, with nam… -
Hi Nico,
Thanks again for your reply...
Ahh - so the twopass function doesn't actually allow you to calculate the
size - you'd actually have to print to a dummy device first.
In this instance, would… -
Hi Nico,
Thanks for your reply.
Is it possible to get the vertical size of a stretchable component *after*
it prints, and maybe doing a two-pass on the report?
I could look at doing this, although I… -
Been there.... done that :-)
JonD
-
Hi Jon
I did this before, but without "position := poDesigned" and it didn't
work. Now with it -- it works fine! Probably default was "position :=
poScreenCenter" and it was overwriting my settings for
Top/Left/Widt… -
All I did was:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
procedure TrptHHIndVisList.ppRptHHIndVisListPreviewFormCreate(
Sender: TObject);
begin
with TppReport(Sender).PreviewForm do begin… -
Nothing happens in OnShow, but OnActivate does the trick.
Thanks Ed.
On Sat, 28 Oct 2006 19:58:41 -0700, "Ed Dressel [Team DM]"
-
You might want to assign the
TppCustomReport(Sender).PreviewForm.Viewer.OnShow
to an method and assign the values there.
HTH,
Ed Dressel
Team DM
-
That's what I was doing (bottom part of my initial post), but it does not do
anything. Print preview form still pops up in the middle of the screen and
in default size.
RB 10.02, BDS 2006
-
Try:
TppCustomReport(Sender).PreviewForm.Viewer
That is the actual TForm object you are seeing. Set the properties in there.
HTH,
Ed Dressel
Team DM
-
I have the same error... these error appears some times...
thanks for all
Fellipe H.
-
Hi,
I sent a sample application to 'support@digital-metaphors.com'
Can you please notify me if /when this issue is resolved.
At the moment, I cannot distribute Report-Builder 10.03 to my customers
Thanks
<… -
Shahine:
can you create a small demo and send it to support? try using a JIT pipeline
if you can (to make it as easy for them as possible).
--
Ed Dressel
Team DM
-
Sorry to have wasted your time. what was happening was that I was setting
the parameters correctly but code following that reloaded the report and the
parameters were subsequently reset.
-
In Delphi, prior to running the report I set the report parameters. I can
see straight away in debug mode that they have changed. however when the
report comes up, when the Gettext event of a lable executes to set the text
of l… -
>1. Use the Summary band to hold the footer band information and
summary
last
in this csae:..... I need to print the footer at the end of the page. is
possible in tis case?
tks
Hi Nico, thanks for the rapid answer.
I watched the example, it is very interesting for me, but it isn't exactly
what I look for.
I have a TppReport that is based on A4 sheet: it occupy all the sheet.
I would like to print…Nico
I am trying to create an archive file from the email attachment generated
when the user clicks the email button. I am not trying to send an archive
file by email.
You guided me a few weeeks ago into how to do t…Nico
Thanks for that.
I got the hook into the event but don't know how to get the pageRequest (or
even if it is possible).
AddArchiveDevice(clrMain, TppPageRequest(clrMain.PrintDialog.PageRequest));
T…Nico
I know they are provided by the printer driver. But when they select one of
them in the properties the report just comes out from the default tray
unless the trays are those that report builder has i.e. tray1, tray2 the
Nico
My printer here is a XEROX Phaser 6100DN which has tray names inline with
those of reportbuilder so there is no problem. The client is using a fancy
copier, printer Kyocera which has bin names that are not the same as repor…Nico
They are using the print dialog box and clicking properties. They select the
tray and the report goes to the default tray regardless of the selection
they made.
Having looked through other news items I tried the …