rbuser
Comments
-
In addition I forgot to mention I use ReportBuilder 10.01 from Delphi 2006
Thanks,
Serge Goupinets
-
Hi Nico,
I knew that it wasn't RB, I just couldn't figure out what was wrong. Now I
found it. I was inserting records into a dataset, so the ORDER BY wasn't
being considered until I refreshed.
Thanks,
Car… -
I've never seen RB change the sort order--add your sort field to the report
and see what happens.
Edward Dressel
Team DM
-
Nico,
The report is very basic. Just a few dbText controls. I added one group in
an attempt to enforce sorting. I'm not using crosstabs and am not
manipulating data in event code. My datasets just have simple SQL: "SELECT *Thanks again.
I found that moving the \RBuilder\Lib entry up in the entry was all that it
took.
Running D2007 as administrator doesn't seem to be necessary with my setup.
Cheers,
MM
Thanks and thanks again! That got me off to a good start. Let's see how
the checks print tonight. . . Madt M.
Nico:
Thanks, that did the trick. The project compiles and TppReport Editor seems
to work as expected. I don't have time to give the project a thorough
testing tonight, so we'll see what we run into tomorrow.
I'm …Be sure ppPDFDevice (or the PDF driver you are using) is in your uses
clause, and use the following code:
procedure TForm1.Button1Click(Sender: TObject);
begin
ppReport1.AllowPrintToFile := True;
ppReport1.Device…Hi Nard!
Thanks for your reply! It wasn??t just what I wanted to hear but I??ve got
to come along with it.
Thanks for your help!
Regards
Ralf Appenzeller
--- posted by geoForum…Hi!
I?m using RB 9.03 Enterpriseedition in my product. The next multilanguage
release of the product must also be kompatible to WinVista.
In the previous releases the language files were deployed in
c:\windows\system3…Hi,
I just downloaded the version but it is binary the same file as the first
10.07 install file.
I downloaded 10.07 for Delphi 7.
Regards,
Jeroen.
Is valid Previous download link for 10.07 Build 2 ?
How can i download and test this version ?
Best Regards,
Ferruh K?roglu
> I've narrowed the problem down. If I use a TppDBMemo and set the Stretch
Create a demo and send a copy to support.
Edward Dressel
Team DM
There is no event code etc.
I've narrowed the problem down. If I use a TppDBMemo and set the Stretch
property to true, and the field associated with this TppDBMemo contains no
data, the record is skipped completed, even thoug…Hello Nico, my real problem is lthe right margin, what anchor I use to
sollution these?
Thanks
Fellipe H.
it is possible to restore an objects RTTI values--I've seen the code a long
time ago, but I can seem to find it.
You might ask in the Delphi newsgroups.
Edward Dressel
Team DM
Nico,
It looks like you answered my question. I wanted to know if the original
was lost or not.
Thanks,
Jason
--- posted by geoForum onNico,
Thanks for investing the time to pursue this. Yes, I am sending the emails from the report preview.
As a work-a-round, I set ppReport.PDFSettings.OpenPDFFile to True.
This of course launches the Adobe client an…Nico,
Sorry, just haven't had the time to pursue this in several months.
The first time the PDF is created, (application started for the first time) all works fine. Subsequent attempts,
Thunderbird reports that the file c…Hi John!
I have found similar strange thing occuring with thunderbird or netscape
messenger, using standard MAPI SendMail. Actually the problem was, that
mailer returned handler sooner than email was created so the resolution …Thanks Nico.
No, the PDF is never fully created. It appears as an attachment, but when the user clicks to send
email, Thunderbird complains about checking the temp directory....When I check that directory, the file
is not there.…> Actually, I've been using both Digital Methaphors and Walers and it seems
If that is true, especially if the file names are similar, I would bet it is
something in your code because they are completely different drivers
<…Actually, I've been using both Digital Methaphors and Walers and it seems
like both are producing those kinds of files.
Lars
"Edward Dressel [Team DM]" skrev i meddelandet
just to be sure, which PDF device are you using? I assume Digital-Metaphors.
Edward Dressel
Team DM
Hi Nico,
I'm using version 10.03.
Thanks,
Lars.
Hi
This solves my problem partially. I do not need the PDF and want to use the
standard preview window. What changes are needed to realize this ?
Ad Franse
ok fair enough but that still does not answer my question!
I am getting there with this but the problem now is that if I run 2 reports
instead of the output being displayed at the end in a pdf file as it is in
your example, the reports are still displayed in my client application
How …How would I implement this for reports that are served by a report server?
The example here does not use a report server, just simple reports
Alternatively can you please us more about that error message. What exactly
does storage mean here?
Is it a windows system error, if yes then the code?
What areas of the report could generate this error?
Any information wi…