rbuser
Comments
-
It is under the demos folder. You must have moved in, as it has always been
there.
Ed Dressel
Team DM
-
It works!
Thank Your for Your very quick response!!
Regards
Strike.SoftwareSolutions
Wolfgang Bierl
-
I think I understand this now. If I create a TppCustomPreview descendant
and register it, it will be used internally as the currently registered
preview by the report when I call print. Does that sound correct?
Andrew Flannery… -
Hi Jim,
Thanks, i'll look at the example. Yes, I'm trying to use a TppCustomPreview
descendant to manage my previews. At the moment we want to use your class
TppPreview for this until we have the time to put resources into cre… -
The patch works great. Thanks.
-
I'm using (Delphi 6) RB7. This didn't occur in 6.03.
Also, I forgot to mention this before, but the page numbering dosen't work
either (only when printed). It says "Page 1 of 1" for all pages. The print
preview works fine.
Hi Peter Harris,
You can also try using the PageBreak component from the RBAddOn component
set. www.bancoems.com\RBAddOn.htm
Fixes for 7.0
1. When an application did not have access to a printer, a …Hi Chaopula,
to let those 'invalid page fault' (which in fact is a pure Windows problem) disappear you have to change the windows version -> use NT, W2K or XP.
regards,
Chris Ueberall;
"Sarah Ashton" wrote in message
Yes, very successfully using Turbopower Async Pro. I was even able to
incorporate scanned documents into the report to be faxed.
Peter Harris
i just select the printer fax .
that's all
Alberto brito
TExtraDevices has an ExportToMail function that will create HTML email
with inline images so it will appear directly in the message.
Check out the demo at www.waler.com/extradem.exe
Jim
"David Magerman" wrote in message
Hi M.J.,
adding a page style band should do it.
HTH,
Chris Ueberall;
Hi Mauro Assis,
you must be using different applications.
Make sure that both projects includes the same set of units that determines the enduser's environment.
Unit Name Feature
--------------------------------------…I'm sorry, the problem is resolved now. I just save template in RBE7 format.
After that all works correctly.
Thanks a lot...
That was exactly my problem...
Are you loading a report from a file/stream? If so, you may need to assign
the even prioer to calling the .Print method.
Ed Dressel
DX Squad
> I would like know if in Report Builder 7 I need buy the Teechart Pro
You don't, but end users can not edit the chart.
Note, if you haven't seen it there are options of having TChart images in
your reports with out hav…Hi Vincenzo Scarpellino,
The report wizard works this way. You can do something in code like this to
build a report on the fly from a result set of a query:
in RunTime Report Comment by rbuser January 2003Hi Vincenzo,
see chapter 'Creating Reports in Code' in the "Developer's Guide" (RBuilder.pdf)
HTH,
Chris Ueberall;
Fantastic!
Thank you,
Please ignore my last post, I have sorted out the problem.
Matthew
Hi Chris,
Thanks, that fixed the error and allowed the project to compile.
However, I would like to add some buttons and change the appearance of the
viewer at design time. How can I do that?
Thanks for any help…Hi Matthew,
you must be using D5 or older. Delete the reference to 'Variants' in the uses clause and see what happens.
HTH,
Chris Ueberall;
Hi Bart,
You shouldn't mix form inheritance and report templates. When using form inheritance you'd better place the report component in the descendant. I never use form inheritance with (design time) components in the ancestor.
Jonathan,
did you try the 'TppDesigner.OnCreate' and/or the 'TppReport.OnPreviewFormCreate' event?
regards,
Chris Ueberall;
Yes sorry about the caps - it was because I was typing one-handed while
doing something else and seemed easier in caps!!
OK, so you can't take over the resource manager, but is there any event I
can hook into before preview or b…Hi Jonathan,
you must have a problem with the caps lock key!
Sorry but I see no way to take control over the resource manager (see unit 'ppUtils', 'ppResourceManager').
regards,
Chris Ueberall;
With ASTA out of the way the report works fine. We have managed to determine
that redefining the templete field as long varchar instead of long binary
resolves the error. There appears to be a problem with saving binary data
via ASTA …