rbuser
Comments
-
Thank You ...
Leandro Batista - Brazil
-
Hi Bruce,
One thought - how about having one TppLabel, with a fixed width (very short,
so it only displays one character). Then you could stretch the height, and
turn on wordwrap. Would that suit your needs?
R… -
Hi Nico,
thats is very good idea, thank you!
But i have a problem to realize it.
Have you a example for this:
"create dynamically a subreports and place them into the empty detail"
Regards,
Peter
… -
Hi Nico,
Ignore that last - I got your reply. Thanks
-
Thanks Nico,
BTW - did you get my return email about the patch?
Cheers
Adam.
-
Thanks that worked. I was using the detail band name.visible. Thank you.
-
Yes, the calculated field is implemented using the onCalcFields event. I
tried using the detailband.visible and setting it true or false. When doing
this, nothing prints out. Just a blank page. Any more ideas?
-
Solution: Include ppJpeg
On Wed, 21 Dec 2005 16:24:04 -0500, Nick Hustak
-
Nard,
Thanks, works fine.
It would be nice to automatically have it on the task bar when the preview
is minimized.
/Ronny
-
Gunther,
Using the ReportBeforePrint event, something like the following will work:
GroupFooterBand1.PrintPosition := Report.PrinterSetup.PaperHeight -
Report.PrinterSetup.MarginBottom - GroupFooterBand1.Height;
Excellent! That's working.
Thanks
Gunther,
In the appropriate event use the following:
Region.Pen.Style := psClear;
Bob
Bob,
thanks, that seems to work at design time. And how can that be done in
the Report Designer at runtime (I'm mostly using that to create *.rtm
files)?
Regards Gunter
Gunter,
From the design tab, select the region and set the pen style to ppClear in
the object inspector or by selecting No Line from line color in the draw
toolbar.
Bob
Nard,
Will the ability to replace RAP and "plug-in" other scripting engines be
something that will be considered for future releases? This is something
that we would be interested in as well. As it is now our users need to <…"Michael Schwarzl" wrote in message
Hi Nard,
As always it works the way i like.
Thank you very much.
Eric
Hi nard,
Thanks. Setting "Selectable" also worked fine for me.
Eric
Perhaps it's better to set 'Selectable" to false
Eric
Nard,
Your solution worked very well.
Thank you.
Happy New Year for the Digital Metaphors Team and all other users of this
news group.
Best regards
Nuno Fonseca
Thanks Nard, I try to use these, because my company is migrate to BDS2006
and all my system using RB... You now how the Digital Metaphors release the
version to BDS2006 ?
Thanks
Fellipe H.
Hi Nard,
Can the vertical scollbar build in into the next version. I think more users
will like it.
Eric
Hi Nard,
Followed your instructions and have it all working now. Thanks.
Eric
Hi
Do you mean, copy the code of TppReportWizard into a new class register that
class with
"ppRegisterDefaultReportWizard" and let that class create my own
"TppReportWizardDialog" ?
Eric
Hi
I mean to the listbox for available and selected fields.
Eric
Thanks for posting that example. However it still seems that that method
works best with a known number of columns. The problem that I had was that
the number of columns could vary from 2 to 50 and even more. I suppose
there is a w…Link no worky.
Trevor
I found that if I supply and Event Handler for the OnCheckEOF event, then
the JITPipeline doesnt move positions.
Perhaps there is a way around this. The report prints the data from a grid
can only fit in about 8 or 9 "columns" …Dear Nard;
Its not suitable to use dbdemos when you compare with my database. Let me
explain..
I have a customer master and orders.
Approximately for a customer around there are 25 orders I have to put 15
order to o…Dear Nard;
As I see I can see the headers at the design when I click
to Preview.. After I run the program I am opening reports and I see that
run-time preview is not including headers on subsequent pages.
Thats my problem.…