rbuser
Comments
-
Nico,
Thank you very much for your reply. It was in fact due to an event handler
function. I was using a "look ahead" method based on a zipped demo
"UseLookAheadValueInCalc.zip". I was using it to conditionally print a lineHello again,
Upon further examination it appears that this is happening. The outermost
group footer band(G1) is not entirely fitting at the bottom of the first
page. What then happens is, on the next page, the outermost group …Thanks,
I am trying to understand it now.
Larry
Nothing is in the band outside of the region.
Thanks
I am using
property DataSource: TDataSource;
Specifies the data source component from which to extract current field
values to use with same-name parameters in the query's SQL statement.
As best I can tell, my choices would…Hi Nico and thanks for the answer but perhaps you haven't understood my
question.
I have a report that is perfectly disigned for a dot matrix printer, and all
the characters are printed correctly.
The problem is that …Absolutely brilliant. Thanks very much.
To recreate the scenario simply you just need code that drops and recreates
the table and pumps data into it before the report runs. I am using one
report component and am loading the report from a template (ie an rtm file).
Different…I and another person had that problem with 7.03 involving reports using
bitmap images, tweaking various bitmap properties didn't solve it, reverted
back to 7.02 and the problem went away.
i tried just by putting ina showmessage but it never get executed.
fyi all the codes i had wrote in Delphi source code not in rtm file
> Could someone describe the best way to print multilingual reports.
clients
What we did was set the caption property of the report components to
something like "SLRP_#NAME" and then at runtime when the report is loaded,
Peter Gmasz wrote:
Try Grid Pack for ReportBuilder, it does everything you want. you may take a
look at:
http://www.planit-tech.com
Best Regards,
I did find a work around to eliminate duplicates at the database end and
allow me to put the labels back in the detailband.
Thanks for the information and the timely response.
Never mind, found an example of how to do it
For thsoe interested:
in Last record of a group? Comment by rbuser December 2003Massimo Montrasio wrote:
If your PDF file is a fill-in form, then you may try Grid Pack for
ReportBuilder, it is easier to design the report and made your report very
small and faster. the website is: in Load a Pdf file as background page. Comment by rbuser December 2003
Very Thanks,
[]s,
Alessandro Ferreira.
I answered this also in your latest post:
Massimo,
Try this (works in RB 6.03)...
add after the 'implementation' keyword:
uses
ppTypes,
ppUtils,
ppDrwCmd,
ppPrintr;
p…Hi Nico,
i have tested your example and all works fine.
I have done the same in the RAP environment but i always have the same value
in the MMTop variable for each memo.
There is some problems to use this technique in…Thanks Nico for the answer.
I have tested your procedure but for each rows where the memo is printed in
the detail band, i have always the same value in the liMMTop variable and i
think that isn't the position of the last row of…Like you will see in my sample, no event handlers are in the sample and it
still does it. I resent the sample application just barely, hopefully you
get it this time, under a different email address.
Douglas Tietjen
I sent a sample project to the support email. Just so you know, it does
this in the preview window of the editor, so it has nothing to do with any
of my code. My sample that I sent has no extra code and it still does it.
Hi Nico,
Thanks for the info, it has helped alot. I have implemented code to modify
templates but the result comes up with a stream read error when I try to
view it from my app. I have in fact done the following expecting the …I think I have solved this myself so if anyone else gets it- heres what
happened.
At designtime- there seems to have been some confusion over the names in
the Report Designer components. I tried to copy a label and it said
I for got to add that this is one a dual monitor setup.
David
You could just change the .Band property assignments of the controls or you
may
need to do something like this:
procedure CopyBandObjects;
var
iBandNo : Integer;
iObjectNo : Integer;
rbLab…Hi Nico,
Sorry, maybe my question wasn't all to detailed, but I mean in code
(delphi).
I have a report where I give the end-user the possibility to create part of
a document themself using the report designer. Then I …Hi Kevin,
thanks a lot - I see you're having three groups and instead of changing
the order you're changing the BreakName - that's a bit different like I
thought - but it took me a while to realise that RB prints it's groups
Hi Mark, see below:
In versions 6 & 7 btDataField is defined in ppTypes.
I have the 3 levels of group headers and footers set up at design time.
The visible property of the group header is True (but the …