rbuser
Comments
-
Hi Nico,
the demo is working.
My template is a bit more complex though:
- main report with several subreports on it's detail band
- one of the subreports contains two groups and another subreport on it's
detail bandAfter a few more attempts it looks a bit better now.
I call the function with
GroupHeaderBand10.OutOfSpace := IsOrphanGroupHeader(Report.MainReport,
GroupHeaderBand10.Height, Report.MainReport.Footer.Height,
Report.…I'm calling the pass-thru function in OnBeforePrint of the GroupHeaderBand
in my SubReport.
It's being executed for each group. First time seems to work. From the
second time an AV occurs in ppToMMThousandths (apparently).
Hi Nico.
first I thought, that it would be enough to create a pass-thru function for
"ppToMMThousandths" because it's not available in RAP, but then I saw, that
"mmPrintableHeight" (Report.PrinterSetup.PageDef.mmPrintableHeigh…Sounds good Nico, thank you!
Regards,
Mark
Hi Nico,
thank you for the tip - looking into it now.
Do I see it right, that it can only be done in Delphi and not in RAP?
Doesn't it make sense to implement this behaviour by design or introduce
some options …Hello,
I seem to have a similar situation:
- 1 main report contains a subreport in it's detail band.
- The subreport has two groups: one for main heading, one for subheading.
- Both groups are set to *not* start a new page …Cheers Nico
That worked - had to also uncheck the 'Keep together' property on the group
dialog.
George
Hi Nard,
Thank for your big help.
I have another problem regarding this matter:
I have each subreport displayed on each half of a page. However, data in
each subreport print over the next page too soon, leaving…Thank you. It works.
Vinh
This code in fire on every OnGetValueText of the crosstab (it's in RAP).
Every 4th column i'm seeing this [0] (coded) in the right column.
But, the Yellow is in every cell.
You should be able with any small crosstab to code this…Sorry, this is my code
var
dValue : Double;
begin
if (aRow > 1) and (aColumn > 2) then
if (aRow-2) mod 3 = 1 then
begin
if aColumn mod 4 = 0 then
begin
Thanks,
I think I'm going to go with a mod of option 1 -- crude approximation
based on the number of characters in a line. Should work --
Craig
On Mon, 25 Jul 2005 10:35:59 -0600, "Nico Cizik \(Digital Metapho…Nick,
My question is not how to reduce the font but rather when . i.e.
how do you tell if the memo contains more lines/characters then it can
print? Since the memo cant stretch it wont force a new page but
rather it just p…In article <42e79575$1@dm500.>, "Nico Cizik \(Digital Metaphors\)"
In article <42e656cc$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
Hi Nard - see the very last paragraph for an actual question (the rest is
background on what I'm doing).
EdB
In article <42e656cc$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
Nard Moseley (Digital Metaphors) wrote:
Fine it works !
Thank you...
Frédéric
To answer my own question
Check out tech-tips 120 in group Data access to learn how to control
this behaviour.…Consider two tables:
Table1
id | tekst
1 abc
2 xyz
3 nop
Table2
id | amount
1 12.4
1 9.4
1 .7
2 234
2 12
3 7.3
when table1 is master and table2 is detail and re…Hello Nico,
next morning and I tried some other things:
Order of pbSection - subreports: If the first report is in the detailband
and all the next subreports are in the summary band of the main report
then the order…Hello Nico,
you can see the problem, when you create a normal report with one
subreport and a region and save this report to a file.
Next step ist to create a new report with a subreport as pbsection and
load the fi…Hello Nico,
it doesn't help anything.
The report streams, which I use, are created as "normal" main reports and
not as subreports by the end user. If I load such a stream into the main
report, then everything is ok…Thanks
Tried the filtering on the RecordPositionChange event for the pipline and it
work fine.
However will try the SQL Query aswel.
Thanks for the help
George
Hi,
It didn't work. It only prints on a new page. We've tried many
combinations of values and it prints the same OR it prints in a new page. I
think we are misunderstanding something here. sorry.
thanks
ricar…Worked fine,
Thank you very much.
--
-----
Ricardo Acras
Acras Desenvolvimento de Sistemas
www.acras.net
ricardo@acras.net
+41-223-9109
+41-9974-3201
+42-9108-5672
> 3. We have an example of aligning the summary band to the bottom of the
Hi Nard,
I bought RB Enterprise version and just received the confirmation via
E-Mail. I will start converting all templates made in ReportGe…Hi Nard,
I appologize too for our communication issues, I think it is my fault,
like I sad before, english is not my first language and sometimes I become
confused with it.
I guess we will have interesting technical c…> Me too
Hello Nard,
This answere, your short answeres and the fact that you are ignoring some
questions like if you have resellers in Brazil is making me think that you
think we are using your software i…Hi Nard,
The publisher and the seller are the same. They are local and I don?t know
even if they still exist, we are not reaching them for a while. I?m posting
you the mail and the phone numbers we have, but it?s being…