rbuser
Comments
-
Nico:
My apologies. When I saw what my post looked like,
even I was confused. It doesn't look that way in my head.
I have an invoice that will be 4.5" high by 8.5" wide.
The item detail will print along the right si… -
thanks Nico,
Unfortunately, I'm looking for something different.
Perhaps you can give some guidelines how to implement
the Chart's events via RAP. Particularly when I click
on a chart's series. I'd like to have a way for this e… -
Thanks .. This was one of the first things I tried, except, I just exported
to picture, and then the image quality was not good, as the image was scaled
depending on the users screen size, and the paper image size.
Well now I … -
Unfortunately it only appeared to work.
The graph is rendered correctly for printing, but once you close the report
the original graph is destroyed .. ie the assigned series are removed from
the original graph
So I … -
This didn't want to work for me.
Still empty graph.
PS I find no info in help files on CloneChartSeries .. intersting?
But gave me an idea, and the following code worked:
ppTeeChart1.Chart.Assign(Chart1);
for j :… -
I use this source code :
for j := 0 to Chart.SeriesCount-1 do
CloneChartSeries(Chart[j]).ParentChart := ppTeeChart;
in your case
for j := 0 to Chart1.SeriesCount-1 do
… -
I found this to be true only when using RTF. So, I use TExtraDevices for
$50.00 USD for my PDF output and it works really well for what I need.
Plus, it gives me other formats like HTML, Excel, etc that I may use in
future.
<… -
Hi Nard,
Yes, it was ppJPEG..
In our db we only have JPeg stored.
If the users drops a dbimage on a report we want it to be a Jpeg one , not
a bitmap.
So in the past, a programmer made some changes to let this … -
Nico Cizik (Digital Metaphors) wrote:
That fixed it, thanks Nico - you can ignore the e-mail !
--
Jeremy Knowles
-
Nico Cizik (Digital Metaphors) wrote:
Well, they certainly seem to be.
Ah, actually I'm using a TppArchiveReader to do this so there's no
template involved. This is becasue it's a client/server app and the ser… -
Thanks Nico.
-
Until they actually switch to a new OS, there are some other options. You
can have them try the report right after a fresh boot. I tell some of my
customers that they might get by with rebooting their computer once a day.
If they… -
Thanks Nico, I think the best solution is change OS..
)
Regards
Fellipe H.
-
Ok, I see now that the terms refer to the orientation of all the field names
to the paper rather than the orientation of the field names to their values.
Thanks for the explanation. :-)
-
I sent the code changes for using the Intelligent Barcode for
the US Postal Service.
-
Nard,
Works a treat, many thanks.
Andy
-
Nico,
I'm getting this error at run-time when not using the designer, but when
previewing reports. Also, I can't see how to change the IniStorageType,
where is it?
Many thanks
Andy
-
I need to print a previously created PDF 'within' a report. Reason: In
addition to printing the PDF, this
report will print other information in the header section of the report,
such as current date/time, internal order etc.
<… -
I do most of my reporting in Crystal.
But in this instance, I am using a Ticket Tracking system with built in
reporting.
The reporter they have built into the app is ReportBuilder.
So i am guessing that i woul… -
Not sure what your other app is, but very typical Delphi would be:
lDiff := (Date1-Date2)*86400;
HTH,
Ed Dressel
-
Thank you very much, it works like a charm

I owe you a beer or two...
VasjaS
-
Hi Nico
I tried executing this query directly without reportbuilder and it still
takes 14 minutes. Yes, the second report by itself takes a long time. I
suppose I had better try a forum about the database. Thanks for all yo… -
Hi Nico
I set the library path to what you said, and removed RBuilder\Lib\. I put a
breakpoint into the code for the second report, and when I stepped over, the
problem seemed to be in the line lQuery.Active := TRUE; after de… -
Hi Nico,
If I add C:\RBuilder\Source to my library paths it stops my program from
working! Delphi says undeclared identifier: PreviewFormSettings and if I
comment out all references to that I get a message Property Outline Se… -
Hi Nico
I have made a lot of progress with this application. I have got rid of the
access violations using two timers, and the three reports display in turn.
Unfortunately when I first run the program the first report displays… -
Hi Nico,
Thank you for your reply. The example you gave is interesting. However,
the requirements have changed and I now need to show three reports one after
the other in a slideshow. I downloaded the Developer's Guide from… -
Happy new year to you also...You have a great product, RB has made me look
maavelous!
Any plans of printing/saving to Excel, like you've done w/ PDF?
--patrick
-
Happy newyear also to the whole team of Digital Metaphors!
Eric
-
> Happy New Year!!! Best wishes for 2008!!!
to you too!
-
I'm sure you'll be glad to here I have now fixed my problem as I have been
given the latest build. Unfortunately I have now been able to reproduce a
bug shown to me by a user which I will add to a new thread.
Ian