rbuser
Comments
-
> How are you assigning the event? The CreateReport event is set to fire
when
Alexander,
I now have
procedure TDataModuleReportExplorer.DataModuleCreate(Sender: TObject);
begin
Report.Template.OnN… -
> The CreateReport event is set to fire when the user selects the new report
Actually, that;s what I want. This event does not seem to fire though (I
have a breakpoint there that it doesn't reach).
-
> The CreateReport event is set to fire when the user selects the new report
Thanks Alexander.
Lauchlan Mackinnon.
-
Hi Jan,
see OLH 'TppIniStorage' or 'RBuilder.ini Enhancements' in 'What's New for
6.0'.
HTH,
Chris Ueberall;
-
Thanks a lot, I used a similar layout and it worked.
"Alexander Kramnik (Digital Metaphors)" wrote
-
The memos have to be aligned under different components depending on the
situation,
because some labels can be invisible or not, etc... So you don't know in
advance.
Setting shiftrelativeto in onbeforeprint didnt seem to work, at… -
That answers my questions.
Thank you,
Vikram
"Alexander Kramnik (Digital Metaphors)" wrote
-
Thank you very much.
One more clarification, so I use the "AbsolutePageNo" property of the
Tppreport to get the page number. But, if I have the region in a subreport
then I should use the subreport's "AbsolutePageNo". Is this correct?… -
Alessandro:
If you have a chart in your software & in your program, I would suggest that
you consider a different method to keep them looking the same. I have posted
a number of code snippets in the past that allow you to on… -
Hi
I have the exact problem. Working on a report that is an Invoice.
I have a DBCalc that displays the totals at the bottom of the page, I
also have a KeepTogether in the Detail line. When the report is a
single page, t… -
Hi Alexander,
Yes I'll try to extract this part from my project, but it'll take some time.
So long,
Eric
-
I'm glad to see that my problem and workaround is reproducable.
Thanx for your feedback, Ronaldo.
-
Thanks Bora, I had same problem and your tip help me.
-
Hi,
I found out that papername IS important during my trials. But I found a
work around for the problem (bu it doesn't make sense to me but it
definitly works).
the original code which produces faulty papername (A4 … -
Hello,
I happens when I load the template at application startup to print
whenever its called.
Is papername property important when printing? I can see that the width
and height properties of the template are correc… -
Yes, the unit that has TPDFDevice. Seach Extra Devices directory for the PAS
unit and add it to your uses clause.
Ed Dressel
Team DM
-
Thanks Alex
but I get the error message
[Error] Unit1.pas(32): Undeclared identifier: 'TPDFDevice'
Do I need to add something to the uses section?
Regards
Glenn
Key-Data Systems
-
Hi Ingo,
if the report device isn't 'Screen' no preview window will be shown!
Either you device is 'Screen' or you are seeing the preview generated from
you printer driver.
regards,
Chris Ueberall;
-
Hi Alexander,
At the time that the form with ppReport is created.
Like an invoice (a record and a detailband by page).
An event on "ppDetailBand1BeforeGenerate" creating
the invoice's nu… -
Daniel:
Alexander is correct. In the future, you may want to include what your
exceptions are, as it may help in understanding the bug. In this case, it
was obvious it was an abstract error.
Ed Dressel
Team DM
"Alexander Kramnik \(Digital Metaphors\)"
"Mike Leftwich" wrote in
"Joanne Spotten" wrote in message
Mike,
i have done this also with success!
so i guess the datapipeline for the sub report is not correct...
have a look at the datapipeline if its hooked up correctly for the sub
report...
cu
marc
Now why couldn't the provider tell me that?
Probably 'cos its too bl*&$£%g obvious!
Try adding rtl60 to the Requires section of the RBAddon package. This is
what the error message usually suggests.
Hope this helps
--
Sebastian Modersohn
ChoosePill components
www.choosepill.com
Pat,
Yes I had the same type of problems and gave up using the product.
Bob
I've tried it, and it works.
Many thanks, Jim.
Really appreciate your support to this newsgroup.
Regards,
Karnel
Jim:
I am assigning it in the Calc tab of the designer. I thought that took
the place of the OnCalc event.
What do I need to do to create a successful subclass ???
I thought that the value of the ppV…I'll send in my small test project to support@digital-metaphors.com ok?
thanks jim.
Rob