rbuser
Comments
-
I hope now i changed the name successiful..
but i have leave the line, the print dialog don't propose me to save to pdf
file.
Thanks for the response.
I'm sorry but a have to do it in an anchestor form.... it's a application
global settings....
and i need to see the preview before decide to create pdf file or print
report. so i can't set this pr…Thanks, Nico! What I'm trying to do is use label templates that are not in
the Wizard (Avery 5247 and Avery 5293). Any ideas about how to do that?
Also, I am using Report Builder Professional Edition version 10.07.
Hi Nico,
I use Delphi 2007 and ReportBuilder 10.9.
Regards,
Claude
Sorry Nico but I don not understand your answer.
I do not find any Report Printing property or even a Printing property of a
TppReport ?
Where is it ?
On the other end, I don't know what you mean with the flags in the code…>
Thanks. When will you plan to release next maintenance version?
Roman
fabio codebue @ gestionaleopen ha scritto:
naturally I forget to tell: we are using delphi 7
You're right, it was a trace of the pragnaan. Wich from this moment on we no
longer use.
Thanks and sorry for the mistake.
Hi,
I've tried setting showPrintDialog before and the print dialog don't show
indeed, but the "PDF Export Setup" shows up everytime.
When I try printToDevices nothing happens.
Thanks
Bingo! Thanks... Madt M.
> How can I generate a PDF file without showing any dialogs?
I'm working on something similar right now.
Create the required devices (TppPDFDevice) prior to printing, then call
TppReport.PrintToDevices;
Nico,
thanks for your infos. It was neither a Delphi nor a RB issue.
Somehow the problem was solved by re-installing the printer drivers.
Thanks for your support,
Stephan
Thank you for your explanation. That is much easier than what I was
trying to do.
Richard Harding
Thank you, Paul and Nico.
With a calculated field, I think would need to know the condition in
advance.
The comment table frequently contains several hundred user defined
comments. A comment needs to be inserted in…"Richard Harding" wrote in message
Edward Dressel [Team DM] wrote:
When trying to load templates from 7.02, I get Invalid Template Format
FWIW, I've never had a problem loading old versions of RB into new versions.
I've been around since version 2.
Edward Dressel
Team DM
Ok, that'll work. However, I've also realized that some of the templates
that I'm trying to load, don't have teecharts in them, it just gives and
"Invalid Template Format" error.
Nico Cizik (Digital Metaphors) wrote:
Ok, discovered what the problem is. In the templates, they use
TppDBTeeChart. I guess that I need to change it to TppDPTeechart.
However, the line series DataSource now wants a pipeline instea…Nico Cizik (Digital Metaphors) wrote:
When I try to open load the template I get an "Invalid Template Format"
exception
OK, I will send future attachments to your e-mail.
I have next sample with bad result:
Value := 100 - (100 / (1-20/100));
RB returns 0.8
Excel returns -25
:-(((
Roman
I seemed to have fixed the issue, but I don't know how my solution works. I
had two lines of code that I need to move from my OnCreate event on the main
form where the Report components were placed. They were:
1. Designer.Me…Nico,
I took one of the reports that constitently causes errors and simplified it.
What I found was that I had to remove all components that we had placed in
groupings as well as components in the headers/footers and the
Nico,
1. I have installed the latest build, but it does not solve the issue.
2. The error does not occur with every report. I have looked into the
issue further and it only happens when a report is previewed/printed and
Nico,
Sorry I didn't look in the Component drop-down at the top of the Object
Inspector. I do find the ppGroupHeaderBand1 object there and when I select
it I do see the BeforeGenerate event.
I apologize again. I s…Nico,
Thank you for the response. However. After I select the Group Header I
exit the designer back to Delphi. I select the TppReport component and got
to the Object Inspector and click the Events tab. I do not see a
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
thanks for your help. It took me a little while, but now it seems to
work
procedure TForm1.ppDetailBand1BeforePrint(Sender: TObject);
var
PrinterC…Thank you, that helped a lot. It is amazing
Gruß aus den Bergen
Günter
Hi!
Forget the previous mail. Problem is solved.
Thanks,
Terje
Hi!
I have upgraded to 11.04 and done exactly like it says in "Separate File for
Each Group" in RbWiki. In my application i have set the report.properties
DeviceType := 'PDF';
AllowPrintToFile := true;
Te…