rbuser
Comments
-
Nico,
1) Problem fixed.
2) Can't seem to get this to work. in the Subreport NoData event I have the
following code and I do not get anything displayed.
procedure TfrmAlertReport.ppChildReport1NoData(Sender, aDi… -
Well your example seems like the process is really simple. But I had a
couple questions since I still can not seem to get mine to work.
1) Your example is a simple report mine is a Master/Detail does that event
only get fired… -
Correction:
Is there a demo of this? The NoData event never seems to fire.
Thanks in advance,
Rodger
-
Is there a demo of this? The even never seems to fire.
Thanks in advance,
Rodger
-
Paul,
thank you. It works as expected.
I knew it had to be somewhere out there.
Stephan
-
Stephan,
I believe that property is found on the TppReport component, under
"PrinterSetup" the sub property name is "DocumentName"
Regards,
Paul
-
Thanks much!
I think it was just .ParentPrinterSetup.
I have a message into support@digital-metaphors.com that you can obviously
ignore now.
I knew it was something simple. :-)
-Johnnie
-
ANY suggestions for debugging this? Just a place to start?
-Johnnie
-
"Nico Cizik (Digital Metaphors)" wrote in
-
"Nico Cizik (Digital Metaphors)" wrote in
-
Hi Nico !
Everything went fine for the creation of the Outline, but SearchTips702.zip
didn't helped me. Some of the example in the ZIP didn't work (miss some
files) and the ones who worked didn't helped me to solve my questions … -
Hi !
Now examples work, but they didn't ansewered my questions... If i do my own
preview form, how I can add an outline and a search options ? Is there a way
to automatically add the to my custom preview form ?
Thanks… -
Are these examples works with the demo version of the standard edition ?
I only have this version as I'm still evaluating your product...
Thanks !
-
Hi again !
I must be dumb but it dosen't work. I got my group. I put objects on it and
set the "start new page" option ON. Why it dosen't start a new page when the
group start each time !?
Thanks for your patience !How do we create a group ?
As to the second cross tab contents reappearing in the next customer's
report, I was able to resolve by setting the report cache property to True.
I had noticed in the report preview that the second preview of the report
"remembered" …Thanks.
-Marcus
I needed to go back and set the image type property to JPEG after adding
ppJPEG to the uses clause. Thanks for your help, everything's working now.
I added ppJPEG, now I'm getting an EPrintError - Invalid Image.
It would also be nice if you just can make up a page the size of the paper
( A4 or letter ) without margins checks and so.....
In case you want to make pdf or something.
Paul
Thanks for your help.
Patrick
Maybe it's simular to a problem I had. A report of mine went crazy, and
just produced emty pages for infinity.
The problem was that the Header,Detail (static) and Footer -band together
with the margins settings did NOT fit on the p…You could use the template property of the TppReport component.
You can load reports from files, databases, whatever..
Paul
I have followed your suggestion. This was actually far easier than I thought
and is definately the best solution. I created a new sub menu for the option
for speed, but will at a later time incorporate this into the File Menu.
Thanks<…Thanks for reply. I will try your suggestion. I understand why what I am
trying to do is not working. I am just surprised that this isn't easier to
achieve. I do feel that a BeforePrintDialogCreate event like the
BeforeAutoSearchDia…Okay read your own story
You want to let your users set it in the report if they want to have a print
dialog or not.
but why do you want to save it in the rtm file. If you change the rtm file
they have to set it again…Could I please have a reply from Digital Metaphors on this please.
To restate the problem - I want to be able to disable the print dialog when
the report is printed ie not previewed first. GlobalOnCreate events and
Before Print …Then why put it into the Beforeprint event.
To get it to work you should set it before you print it.
and AFAIK it is also saved in the rtm. file
Paul
Isn't that what I am doing by putting it in the Before Print event. I don't
want to put it into my Delphi code before calling the report as some of my
users will want the dialog.