rbuser
Comments
-
Absolutely,
As a matter of fact, I would be willing to pay for such a tool (depending on
a "reasonable" price)
Regards,
Isi R.
-
"Mark Meyer" wrote in message news:400e9bf1
I've done exactly this, and it works very well. RB to create reports.
Pragnaan to render as PDF. Indy (in the Delphi box) to send email. Windows
Scheduler (etc.) … -
Isi R wrote:
Well as far as I know there're some products enabling RB to produce PDF
- depending on your development tool there should be some other third
party components for sending mail?
Why not take windows … -
Hi Nico,
Thanks once again for your detailed reply. Muchly appreciated!
I have my windows regional setting set to 'Australia'. Here we normally use
A4, but when I plop a report onto my form, it defaults to Letter. Ca… -
Hi Mark,
Not quite. At the moment, by Nico's reply - it would appear as though a band
border property will not be included in the near future. (Unless a lot of
people want it ) The workaround is to put a line at the bottom… -
Hi,
forget about that workaround - RB doesn't calculate a single entry
double but the whole last page if the user skips to it within the
report directly. This is a part of my Debug-Log, showing for which ID
the variab… -
Hi,
Well, you can select "Report" - "Footer" to insert a footer band...,
not shure if this is what you wanted?
b) You can - simply set the shape's ShiftWithParent:=True
Have you had a lo… -
Thanks a lot !
Cheers,
Heiko Knuettel
-
Nico Cizik (Digital Metaphors) wrote:
The lines are set to ParentHeight. I increased the height of the
subreport itself, not the component on the main report, to 5.25". When I
set the subreport on the main report to Fixed, non… -
Hi Nico !
-
Hi,
i hope you have the same strange behavior when your run the program, so that
you can look for the reason.
Is it a bug or am i doing something wrong?
Greating.
-
Hi Nico Cizik,
i have send a smal application to the support, i hope that you can give it a
loke.
Thanks.
P.S. I dont know if this is the correct way to send you files.
-
It doesn't help, when i set TppGroup KeepGroupTogether True, i even get
an other result and i lose the next customer on the listing.
Also are the calcfields different calculeted (other result)????. It's not
always the case, only so… -
Thank you very much, Nico.
I followed your suggestion and was able to fulfill what I had wanted to
achieve.
By the way, after playing with Quickreport(v7.03 professional), I miss some
features in Quickreport that seem… -
Thanks Nico,
So are groups not supported with left to right columns? If I use the
subreport as the group header I can define a full width header but it
is printed over top of the column details sometimes?
-
Thanks Nico but I only have one dataview and I don't have any
flexibility on that. So I can't use a subreport in the detail band.
If I put a group on the main report and set the main report to two
columns then I can't size the … -
Sorry... problem is a little different than I said... I am using a
TppDesigner to show the report on the screen.
I'm now using designer.view.regenerateReport and all looks good.
Sorry about the wasted msgs.
I us… -
Hi Paul,
I've just requested a sample .RAF to make sure we are addressing this issue
with eDocEngine. Please check devices NG.
Thanks,
----------------------------------------------------------------------------… -
> It is the value of the page plus the value of the first field > on
the next page.
... well - though I had this problem while dealing with several groups
it was nearly the same: It seems like RB calls the events ev… -
Mark Meyer schrieb:
No. In this case not.
-
Hi Martin,
are you using grouping functionality?
Kind regards,
Mark
-
Nico Cizik (Digital Metaphors) schrieb:
I have done this:
procedure DeatilAfterPrint;
begin
if not blnFirstPass then begin
intMenge:=intMenge+dbtMengeGesamt.FieldValue;
dblSumme1:=dblSumme1+dbtS… -
Hi Nico,
I had set Visible it to false at the start regardless, as I'm printing
TeeChart in the header of the subreport and don't need anything further in
the way of details.
Setting the height to dynamic doesn't wor… -
Hi Nico
I've done as you suggest, but am having a bit of a problem with this.
With the visible property of the sub report's detail band set to false, When
a footer is added it generates endless pages ( > 2000 before I s… -
Hi Nico,
I wondered if that was the case.
Thanks for your help
Susie
-
Hi Nico,
I've done that and you're right, it numbers correctly, but it still
doesn't show the report footer on the subreport pages where the
PrintBehaviour is pbSection, so I'm unable to see the numbers.
Is there an… -
Following on from this question, is there a way of printing the report
footer opn each page even when the subreport print behaviour is of type
pbSection. With pbChild there is no problem, but using pbSections I lose
the page numberi… -
Nico Cizik (Digital Metaphors) wrote:
Thanks this works!
--
Kind regards,
Stijn Verrept.
-
> I'm a bit unclear about how you would like your report to behave. What
to
Forget about the other subreport.
Let me rephrase the problem (my englsih gets better and better each day...).
I have a simple subreport that s… -
Hi Nico
Thanks. I've already looked at this. The problem is that the number of rows
AND columns may change from day to day. There doesn't seem to be any easy
way to do this ... I think I have to try using a JIT pipeline and hide…