rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
Done, same subject as first post
kind regards
Arno
--
-
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I know about that feature in RB11, but due to the financial situation,
an upgrade will have to wait till 2nd quarter next year.
Could you elaborate a bit abou… -
Hi Nico!
I?m using Delphi 7 and Rbuilder 11 (is a newer version already out?).
Unfortunately I?m running out of time, my christmas and newyear holidays
have already started. I?ll check my TeeChart-Version in january. I g… -
Hello Yottskry,
I do experience the very same thing, after upgrading to 11.01.
I'll try to put together a small example, but my application is quite
complex, so it isn't very easy.
Do you use DADE in your reports?
Sorry. This is RB10 (the last build) in Delphi 2007 in a Win32 application.
of
things
and
--- posted by geoForum on http://delphi.newswhat.com
I wanted to thank you... I didn't realize that about rebuilding packages,
that I could change what was in the interface and only need to recompile
that one package... I used the tag property to control some different
behaviour for my …Hi Nico,
Thanks for your help but I didn't really explain my challenge properly.
I have data for which I am using TppLines as a border. The bottom
TppLine is held in the detail section and I want to set it to visible if <…Hi Nico,
thx for your help, this solutions works fine.
But one question: Is there a way to print a preview?
I tried it with something like
lPage := ppReport1.Publisher.Pages[iPage-1];
ppRepo…Hi,
I found this example code for printing:
procedure ppReportBeforePrint(Sender: TObject);
begin
with ppReport.PrinterDevice do begin
PageSetting := psSinglePage;
PageRequested := #Page;…Hi again,
I've seen that the PrintPage method is replaced by the RequestPage method.
But I have no idea who to use RequestPage to print a specific page of a
report.
Could somebody help me out with an exa…Hi again,
thanks that worked, but I have two group footers; 1st should be printed at
the bottom of the page and 2nd group footer should print legal text on
following full page(2nd page) (as you have helped me with).
Hi,
thanks for the tip, but it does not work
Just a part of the legeal text get printed at the bottom p…Hi Nico,
It's hard to me explain, specially in English..
) can I send you my
DataModule where is my r…Hi Nico,
I try, but never show me a FooterBand..
I try to put in BeforePrint and BeforeGenerate, …Hi Nard,
I've emailed you the example we have.
Hopefully it fails for you.
--- posted by geoForum on http://delphi.newswhat.com
Dear Nico
it doesn?t work. First, I have some documents with more then 1 page. And
second, if I made a preview + print + print
in the second print it jumps 1 number in the copy ( 1 2 --> 4 5)
in Increase a counter only after print and not after preview Comment by rbuser December 2008Thanks Nico...
You have any idea how I can force a rebuilt on TeeChart Pro 5.3. THe
rebuild app from you does not detect the TeeChart libraries to be pro but
they are so I have a problem on a recompile of my apps with the 11.…The packages read is DCLTee57.bpl and related during the start of
RBTeePackageBuilder.exe
Was this so perplexing a question? A simple "no" from an authoritative
source would suffice...
I'm sitting infront of the particular PC. I run this exact same code.
Windows Mail is closed.
The Busy icon comes up for a moment, and then instead of seeing the
EmailClientPreview, the error message displays.
We have put off th…Thanks for your quick response
I see the transparent property for the image and have set it to true but is
there a transparent color property (as you have in pplabels)? It seems the
transparent color is white (255,255,255) bu…Nard Moseley (Digital Metaphors) wrote:
I understand you,...., really the report template is simple, the only
difference with other reports is that has 3 subreports that has inside
another 5/6 subreports that are showed or…Nard Moseley (Digital Metaphors) wrote:
In my case, the bands are not too high, and each page contains 20/30
subreports bands. When infinite pages are generated, some times with 2
pages reports, the second page is not full…Nico Cizik (Digital Metaphors) wrote:
Hello Nico, i have tried everyting in the article before post. Making a
group with nosense in the main report has solved it. But why ?. The
problem to solve is that reportbuilder has to chec…Nico Cizik (Digital Metaphors) wrote:
Version 10.04
--
Nico Cizik (Digital Metaphors) wrote:
Hi,
you write "if your margins are too tight". What does that mean?
We also have sometimes this problem (with stretching bands). Changing
the margin just one millimeter usua…> Delphi 5.
Sorry, I just found the Visible property of the TppShape is False.
Nico,
Thanks, that did the trick
Ken
Nico,
The example given does not work if you page through the report and then page
back. Could you please advise how to make it work under these circumstances?
Ken