rbuser
Comments
-
Hi Rick,
if you are using RB 7.x ...
The main report component (TppReport) now contains a PreviewFormSettings property. Use this to control the initial WindowState, ZoomSetting and ZoomPercentage of the PreviewForm.
regard… -
Ok, now is there a way to put a border around my fields without using the
line component?
-
Thanks for that information, but for my reportbuilder 5.56 I don't have
access to RAP or the events so can't code a solution
like "ppLabel1.Visible := (Report.AbsolutePageNo <> 1)"
Is there anyway round it just using the o… -
You could make an activex viewer. For more
info see : http://www.euromind.com/iedelphi/index.htm
At the moment, I have made a normal Reportbuilder windows viewer,
Hello Jim,
Too much work for me to configure another database Jim, I will just use
my solution that is using a DBText and hope no other DBMemos create a
problem.
If you have time I would appreciate it if you could…Hello,
Just another precision on the display of the DBMemo, the field it is
accessing is a 40 ch string. If I remove the Autodisplay
property it never displays, on preview on all printers. Is the Xerox problem
related to this…Hello
1) For the driver this appears to the latest driver, if I go back the way
and use the standard driver there is no problem. The thing is, this is the
driver Xerox have recommended the customer to use. I noticed on the Xerox…thanx....
If regenerating the archive files is not an option and you decide to modify
the Archive files, I can point out a few things to wathc out for. I built a
utility that can reverse-engineer the RAF to the Designer, allow you to make
chan…> The second option is to generate the reports independently to archive
files
to
with
The merge utility works great! We built sample images of all our reports
and put them together with a system generated title pa…hi,
it would be really great if u can send my a copy of your TppDevice.
thankx in advance. yours Lars.
Lars,
I have made a TppDevice which does this, if you
want it I can send you a copy.
greetings,
Rob Segerink
Novo-Wallco International
Hi Lars,
I'm not aware of it, but you could use the created file as input for the stream. I know it is a indirect road but it will do what you need.
regards,
Chris Ueberall;
It seems to make a difference if the ppReport.PrinterSetup.PrinterName is
set before ppReport.Print as opposed to chosing the printer from the printer
dialog. Any idea why?
thx!
it works
Thanks for the suggestion, Mike. I was hoping for something simpler but I
may try that.
Sometimes it seems like ExtraDev really should be part of RBuilder ....
Mike Carroll
I have had success with this by registering the InfoPower RichEdit control
as the default RichEdit control for Report Builder. There are instructions
in the RBuilder Help about how to do this. This allows for changing of
paragraph, …Yes indeed, he solved it again!!!
Thanks, Jim
if i set the printer to a specific printername it's supposed to print over
there
e.g. Report.PrinterSetup.PrinterName := 'HP Laserjet 4050';
However when i turn set to True, it shows the name of the printer assigned
to the …It doesn't seem to work.Still the default printer.
I've added the 'rsClientReport.SavePrinterSetup := True;'
and removed the 'PrintToDevices';
procedure TFrmDocumentPrint.FormShow(Sender: TObject);
begin
…Any ideas why we were able to export the memo controls from the report into
Excel when we were using RB5.0 ?
Only since we have upgraded to RB7.01 have we come across memos controls
from the report not exporting to Excel.
T…We are not using Waler's TExtradevices or Pragnaan's devices.
When I tried to export a new report with only memos in it to Excel, the
Excel file was blank.
Any suggestions.
Thanks.
Prathy
By default the PDF device will create screen resolution images. Try setting the ScaleImages
property to False for better quality. There is also a pixelformat property to control the resolution.
James Waler
Waler Ltd
Hi
Sorry i forgot to inform that I use RB 6.03 and Delphi6.
Best regards
Robert
I am working on TRichView support now. It should be available next week.
James Waler
Waler Ltd
http://www.waler.com
You should check my TExtradevices product which will create XHTML files of your
reports as well as 10 other formats. XHTML is XML valid HTML files.
For pure XML files, you might be better off looking for a direct export from your
Try llPDFLib....
http://www.llion.net
--
----------------------
Best regards,
Vadim M. Shakun
llionsoft - software developer team
in Export RB.Rtf Memo to PDF Comment by rbuser June 2003Jim,
In Adobe Acrobat, when i open the document and send to printer the margins
is didrespect to.
I'll try contact to Jim Waler about this in a new version 2.53 of TExtraDev.
Thank you and sorry may english wron…Thanks, James, it sounds like RTF is not as standardized as I thought it
was.
Mike Carroll