rbuser
Comments
-
Forget! . Like me I use a TClientDataSet, it was just enough I to include
the registrations with " X " in the difference among RecordCount-10! .
Thank's !
AHR.
-
Jim Bennett,
Another method that I thought is to increase a variable in OnPrint of a DB
of the Band!. Ok!.
But, where I am with more difficulty it is of implementing something of the
type:
00001 television … -
also ----we are using RAP.......we probably
can do it with delphi code....can't find the attributes in RAP.....
-
sorry --- it's a TppRichText control, we are feeding from a memo
.....and we are using RAP.(SelectAll, Size etc....we can't find in RAP)
thanks
Allen
-
-
Typically the time is because the printer driver(s) need to be loaded
the first time. I always prefer this delay to take place at the
beginning while the Splash screen is up.
Otherwise the user will get the delay the first time… -
Hi Chris,
I really agree with Davy.
Is there any good reason why we should be obliged to use such heavy classes
as TForm or TDataModule ?
Why does this method has a AOwner parameter if this parameter is never used
?
Hi Davy,
the
if this is your problem, why not using a form as parameter for the
constructor?
regards,
Chris Ueberall;
Fixed it thanks....
> The preview, email and pdf (basically the same thing) work fine. But when
I
Ok well I'll tell you now: I had a method called "Print" which instead of
overriding TForm's Print, didn't.
I was printing the form. I changed…Have you considered replacing the labels with a richedit. That would allow
you to format the text as desired and position the second label using a tab.
------------------------------------
Bruce Roberts
Roberts Browne…Hello,
Thanks for the reply,
This cannot be done by concatenating strings because each label has
different font styles.
one label is the caption (bold) and the other is the data. We must use 2
labels.
We fou…Hi Davy,
I am not sure that's the best way but it seems to work.
-------
procedure LinkTables(AReport: TppCustomReport;
AMasterTable, ADetailTable, AMasterField, ADetailField: string);
var
lDataModule: T…Thanks, I'll do that.
Bojan
Great.
Thanks
Yes, I have Delphi 4.0 installed on Windows 98 machine. I have a report in
that project that uses Teechart and it works fine. It seems to me the
common problem is ReportBuilder. I installed ReportBuilder 6.02 for Delphi
4.0 on the …This is a multi-part message in MIME format.
I will do as soon as I get some spare time. ( I have a deadline to catch right
now)
It seeams like you missunderstand me... The problem only accour when I don't
have the new page set. (if I have it set it works just fine)
But an…That don't solve my problem because I don't want a new page I like to be able to
chose if I want a new page or not. (if I force a new page it works).
Anyhow If I use:
ppViewer1.GotoPage(TppReport(ppViewer1.Report).Absolu…I forgot to tell that I have this in my preview window:
StatusBar.Panels[0].Text:=
IntToStr(TppReport(ppViewer1.Report).AbsolutePage)+'('+IntToStr(TppReport(ppViewer1.Report).AbsolutePageCount)+')';
And it prints Page 1(7) for t…
Ok. Jim!
But I have made a own preview with buttons. If I like to go to the last page
(with the last page button I do a ppViewer1.LastPage and then it tries to go to
page (8) of (7)!!!! if I have the NewPage set To f…
Ok. Jim!
But I have made a own preview with buttons. If I like to go to the last page
(with the last page button I do a ppViewer1.LastPage and then it tries to go to
page (8) of (7)!!!! if I have the NewPage set To f…Magnus Holmberg wrote:
The structure seems to have been a bit fucked up by my client:
It should look like:
Report
|
…I solved the problem creating a pass-thru function to InputQuery, but isn't
the best user friendly way to get some value.
Tnks anyway....
Hi Jim,
let me try to explain better than before, all reports of my project are
stored in the database using report explorer and autosearch panels to
control the report.
This report i'm trying to make an page offset, like PageNum…Thanks, that was it.
Hmm, interesting thought, this approach never occurred to me.
Thanks
Alex
Hi Chris,
Try this, select the Region2 component, change the following properties
in the Object Inspector:
KeepTogether = False
ShiftRelativeTo = Region1
Take care,
Emeria : )
Jim,
Firstly, many thanks for the prompt reply (the normal high standard of
support from Digital Metaphors!).
Like most people I jump in feet first and generally regard manuals as an
EXTRA!. So I actually read some of…Anders,
not that i know off
but i'm also interested...
cu
marc