rbuser
Comments
-
> Is there an "end user" 7.04 demo available ?
there is today :-)
www.retireneeds.com/files/rbuilderdemo.zip
I will remove it shortly.
little
have
RBuilder installs into the \Borland\Del… -
Hi Ed
Is there an "end user" 7.04 demo available ? I can not find one on the web
site, all I can find is the full Report Builder 7.04 demo and I am a little
unsure about removing my working 6.03 to load a demo up that I may th… -
> Environment = Delphi6 Ent, RB 6.03 , Windows XP Pro SP2
I would try the latest versoin of RB (7.04) demo and see if the problem
persists.
Ed Dressel
Team DM
-
Thank you very much for your help.
Tom
-
> Rect.Left := 0;
use the TRect from the TppImage, not the screen, otherwise it will skew. I
have mine in several pieces for implementation reasons, but here are some
code snippets:
procedure TfrmPrint.ImagePrint… -
> I would use a TppImage, and I think your method creates a pretty big
memory
Changed the TppDBImage to TppImage and released handle.
procedure TDM.ppImage1Print(Sender: TObject);
var
Rect : TRect;
begi… -
> 3) The TDBImage.OnGetPicture event handler has the following:
I would use a TppImage, and I think your method creates a pretty big memory
leak.
being
I don't know--try creating a small example a… -
> RB has TChart create a WMF file of the chart--paging is not directly
create
report)
of
I now have the following:
1) Form (ChtFrm) with TChart that correctly shows the multi-page chart using
a TChartPageNaviga… -
create
report)
of
I think I follow what you are saying; I will give it a try.
-
> I am trying to create multiple page charts with TeeChart Pro. By setting
event
RB has TChart create a WMF file of the chart--paging is not directly
supported in the relationship with RB & TChart. What you could do is cr… -
In article <413df364$1@dm500.>, Nard Moseley (Digital Metaphors) wrote:
No more D5-Support?
What will be new with this new major release? Are there any keyfacts
available?
Gruß aus den Bergen
Günter
-
Hi Nard,
Sorry, but it seems that this will not work in my case.
Because it assumes that each copy has exactly one page, which is not my
case. I want to print the same label on all pages of a same copy, but
different for each cop… -
Thanks a heap.
That is what I was looking for.
Ben
-
the easiest way is to print the same report 3 times
and set the desired label invisible or visible as necessary
it shouldn't take more then 5 seconds to do what you want...
if you all want it to happen in 1 report in 1 single print in… -
Thanks. It worked.
William
-
Nard,
I came across one problem when printing this report on several customers.
If the customer has data it prints ok.
If all the data is filtered out everything prints ok.
But if there is no data availabl… -
Nard,
This appears to have done exactly what I wanted.
Thanks,
Rodger Van Kirk
-
Nico,
That was it, thanks. I had downloaded the 7.04 on the same day the update
was done so I must have gotten it just before it was updated.
Thanks,
Rodger Van Kirk
-
Hi Nico,
some of our customers haven't installed any printer on their computer.
I know it is strange:-), but they exist. And they want to print to file
(for example PDF) and send result by e-mail. I try to emulate their system.
W… -
Hi Nico,
stop spooler = stop Spooler service (net stop Spooler /Y).
I try to emulate PC without printers. I want to print to file
without any printer, but I get AV fault.
I use TExtraDevices for Delphi, version 2.8.
Hi Nico,
message is: AV at address 04AD115 in module 'Project1.exe'. Read of address
0000001D.
Problem is in unit ppPDlg in procedure InitializePrinterControls. Look at
rows with ******.
Regards
Roman
p…Hi Nico,
it is very strange... I tried to make pure new application with TppReport
component only.
I didn't change any settings, I put TppLabel on Detail band only.
I stopped spooler, run app and clicked on button -> ppReport1…Hi,
I have RB 7.04 for Delphi 5. Screen printer doesn't solve this error.
1. Stop Spooler
2. Show preview on screen - it is OK.
3. Click on Print button - you can see AV....
Regards
Roman Krupicka
Nick,
Thanks for the reply.
I solved the problem. All I had to do was to assign the
ppReport1.Template.DatabaseSettings.Name the desired report name in the
designer's ReportSelected(Sender: TObject) event.
no sweat!
thx!
Marc
Nico Cizik (Digital Metaphors) wrote:
I am using 7.03.
The problem is really that if I re-print the same report, I don't get
any blank, or sometimes, I can get 4 or 10 missing addresses... It's
surely not an RB…That code worked, except I had to add an else statement to your code below:
Label1.Visible := False;
Thanks!
Yelena
I already have information printing out in my report footer section (date,
time, and page number) so I want it to print out on every single page, but I
don't want the "End of Report" label to print on every page, just the last
page.Ok, that's right, but I want end-users to save the report with other name.
If they click "Yes" to save changes, it will overwrite the existing file.
I want to show the "Save As" dialog if user click "Yes".
Is it possible?
<…I recently asked the same question. Nard's reply was:
If you set Report.SaveAsTemplate to True, the ReportDesigner will ask the
user whether to save changes. I recommend only using the SaveAsTemplate
property at runtime (i.e. d…